Hi, Weidong
We are using imx6q sabrelite board. We change the DISP0(RGB24 interface) to VGA by ADV7125. the VGA can only output 1024x768@60 correctly.
I couldn't set any other resolutions such as 1360x768 or 1920x1080 successfully. I can get the clock, and it looks good, but there is no data output. The board is running linux,and the kernel is got from yocto..
The fb_videomode i set is :
{ "1360x768", 60, 1360, 768, 11695, 256, 64, 18, 3, 112, 6,
0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA},
{ "1440x900", 60, 1440, 900, 9389, 232, 80, 25, 3, 152, 6,
0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA},
{ "1600x1200", 60, 1600, 1200, 6172, 304, 64, 46, 1, 192, 3,
0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA},
{"1024x768", 60, 1024, 768, 15384, 160, 24, 29, 3, 136, 6,
0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA},
Can you help me with that ?