>From 47df48b6fe482a108a0889bf2fdecfbde4aea8ee Mon Sep 17 00:00:00 2001 From: Christian Gmeiner <christian.gmeiner@xxxxxxxxx> Date: Wed, 23 Nov 2011 12:44:14 +0100 Subject: [PATCH] lxfb: add support for LQ057V3DG01 panel The LQ057V3DG01 panel needs some different timing values so that the picture is centered. Signed-off-by: Christian Gmeiner <christian.gmeiner@xxxxxxxxx> --- drivers/video/geode/lxfb_core.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/video/geode/lxfb_core.c b/drivers/video/geode/lxfb_core.c index 416851c..7b75bae 100644 --- a/drivers/video/geode/lxfb_core.c +++ b/drivers/video/geode/lxfb_core.c @@ -40,6 +40,10 @@ static struct fb_videomode geode_modedb[] __devinitdata = { { NULL, 60, 640, 480, 39682, 48, 8, 25, 2, 88, 2, FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, 0 }, + /* 640x480-60 adapted for LQ057V3DG01 panel */ + { "LQ057V3DG01", 60, 640, 480, 39682, 48, 16, 34, 10, 88, 2, + FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, + FB_VMODE_NONINTERLACED, 0 }, /* 640x400-70 */ { NULL, 70, 640, 400, 39770, 40, 8, 28, 5, 96, 2, FB_SYNC_HOR_HIGH_ACT, -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html