From: Christian Gmeiner <christian.gmeiner@gmail.com>
To: linux-fbdev@vger.kernel.org
Cc: linux-geode@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH] lxfb: add support for LQ057V3DG01 panel
Date: Wed, 23 Nov 2011 11:52:10 +0000 [thread overview]
Message-ID: <CAH9NwWfe3ahy6OAN=5au84b9pmGbbMvnRKoRUC95kNAZOFORjA@mail.gmail.com> (raw)
From 47df48b6fe482a108a0889bf2fdecfbde4aea8ee Mon Sep 17 00:00:00 2001
From: Christian Gmeiner <christian.gmeiner@gmail.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@gmail.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
reply other threads:[~2011-11-23 11:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAH9NwWfe3ahy6OAN=5au84b9pmGbbMvnRKoRUC95kNAZOFORjA@mail.gmail.com' \
--to=christian.gmeiner@gmail.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-geode@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).