I can verify this. I am working (very slowly) on a driver for the HDMI chip for bare metal programming and was in this part of the Android kernel just yesterday. The resolution is not detected in this kernel. It's hard coded to 1280x720. There are structs already created for 1024x768 and 640x480. A single line of code needs to be modified to use one of those settings.
You can find the code for this under drivers/video/nxp/tda998x_drv.c. The resolution structs start at line 295. The line you need to modify to use a different one is 603. If you haven't already, clone the kernel using: git://gitorious.org/rowboat/bbb-kernel Hope this helps. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
