I would like to learn more about the AM335x EVM's display driver and OpenGL support. It is my understanding that the OpenGL driver is dependent on the LCD Driver, which in turn is dependent on the actual LCD hardware. That whole chain is needed to be working in order for the EVM to run OpenGL code.
I would appreciate it if someone could point out to me any/all of the follow items:
* In the kernel source code, where is the EVM's LCD driver code?
* In the driver code, what is in there to support OpenGL?
* Where in the code base is support for OpenGL built it?
* If the EVM's display hardware was swapped for a different display, what would need to change in the kernel to ensure the display worked and worked with OpenGL?