Hi,
could someone help me? I'm using a 3.14.28 kernel and I tried to add WUXGA resolution defining a specific fb_videomode element in mxc_hdmi.c and adding it in mxc_hdmi_edid_rebuild_modelist function as follows:
static const struct fb_videomode wuxga_mode = {
/* 1920x1200 @60, 74.0 kHz hsync */
NULL, 60, 1920, 1200, 6493, 80, 48, 26, 3, 32, 6,
FB_SYNC_HOR_HIGH_ACT,
FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA,
};
fb_add_videomode(&wuxga_mode, &hdmi->fbi->modelist);
I have configured the wuxga_mode structure calculating parameters from VESA specification as suggested in that thread. it seems ok, with the modified kernel I found WUXGA resolution in xrandr list but selecting it with xrandr --size 1920x1200 the projector doesn't show video output in a correct way: image go on for a certain time, then it disappears, and so on, flickering. have I to do modify something else in kernel modules? what could be wrong? could imx6 support this resolution?
thank you for the attention,
regards
Andrea