Might I need to told detail
My operation system is android 2.3.4 which is use ADENEO (http://www.adeneo-embedded.com/en/Products/Board-Support-Packages/F...) provided BSP.
Now I have already setup the system successfully, afterward want to
use HDMI daughter card to output two resolution (1024*600 & 1280*800)
Therefore, which file do I need to modify the "struct" under /src/kernel-imx/arm/arch/........like to add
"static struct fb_videomode video_modes[]
= { ...
{
"1080P60", 60, 1920, 1080, 7692,
100, 40,
30, 3,
10, 2,
0,
FB_VMODE_NONINTERLACED,
0,},
" or I don't need to modify any "struct".
Just after enable HDMI, the sil902x driver will try to fetch video modes by reading EDID code, if succeed, these panel will operating normally.
really thx anyone help kindly~~