Hi,
I am using a Cedar Trail-based Atom platform which contains the GMA3650 GPU with Android-X86.
Right now, I have the UVESAFB driver functioning, but it is a bit slow. I don't need video playback, but would like the screen transitions to be faster.
I have been able to integrate the GMA3650 Framebuffer driver from the 3.3.6 Linux kernel, and it does appear to start up at the second stage of the debug startup sequence.
When I start up Android, I will get a normal Android screen and a constant "Unfortunately, System UI has stopped" message. It's almost like the draw operation occurs, but doesn't notify the UI system that it has completed.
I understand that Mesa sits between Android and the driver, but I'm not exactly sure where to start. It sounds like Mesa does not yet support the GMA3650 (?).
If anyone has experience in understanding how the different subsystems come together in for UI/Graphics, I would greatly appreciate any information. I would be glad to contribute my findings back to the community here.
Thanks
-dave