This is really for demonstration purposes related to using a hypervisor... we realize a single kernel with all the functionality enabled could do this same work, but we want to show a supervised AMP environment working to solve a semi-realistic problem.
The user-space application we are trying to run is Mentor's proprietary UI package called Inflexion. An Inflexion based application will run on each Linux instance and support 2 different UIs for the demo - one is a 3D UI that requires hardware acceleration via OpenGL/ES (LVDS with GPU support) while the other UI is 2D and requires no acceleration (HDMI).
As for the newer version of LTIB, thanks for the heads up... since this is for a demo, we aren't totally concerned about using the latest and greatest support available, but if it does address a specific problem we are having, we will consider moving to the newer version.
Forgot to mention, configuring the display support via command-line settings seems to be fairly straight-forward, our development team working on this seems to be having problems disabling the GPU as it doesn't seem quite as well documented or straight-forward.