[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAH9NwWfe3ahy6OAN=5au84b9pmGbbMvnRKoRUC95kNAZOFORjA@mail.gmail.com>
Date: Wed, 23 Nov 2011 12:52:10 +0100
From: Christian Gmeiner <christian.gmeiner@...il.com>
To: linux-fbdev@...r.kernel.org
Cc: linux-geode@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH] lxfb: add support for LQ057V3DG01 panel
>From 47df48b6fe482a108a0889bf2fdecfbde4aea8ee Mon Sep 17 00:00:00 2001
From: Christian Gmeiner <christian.gmeiner@...il.com>
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@...il.com>
---
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists