[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060724165607.18822.38609.stgit@cosmic.amd.com>
Date: Mon, 24 Jul 2006 10:56:07 -0600
From: "Jordan Crouse" <jordan.crouse@....com>
To: akpm@...l.org
cc: linux-kernel@...r.kernel.org,
linux-fbdev-devel@...ts.sourceforge.net, blizzard@...hat.com,
dwmw2@...hat.com
Subject: [PATCH 4/4] [PATCH] gxfb: Add timings for the OLPC LCD
From: Jordan Crouse <jordan.crouse@....com>
Add a mode for the OLPC LCD.
Signed-off-by: Jordan Crouse <jordan.crouse@....com>
---
drivers/video/geode/gxfb_core.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/video/geode/gxfb_core.c b/drivers/video/geode/gxfb_core.c
index 1e0d47e..75c7fd9 100644
--- a/drivers/video/geode/gxfb_core.c
+++ b/drivers/video/geode/gxfb_core.c
@@ -103,6 +103,9 @@ static const struct fb_videomode __initd
{ NULL, 85, 1600, 1200, 4357, 304, 64, 46, 1, 192, 3,
FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
+ { "OLPC-1", 50, 1200, 900, 17460, 24, 8, 4, 5, 8, 3,
+ FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
+ FB_VMODE_NONINTERLACED, 0 }
};
static int gxfb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
-
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