[PATCH] gxfb: Add timings for the OLPC LCD
Jordan Crouse
jordan.crouse at amd.unroutablecom
Wed Nov 29 11:14:53 EST 2006
Commit: 69050de07c8c0bd68839c6c7f597173e20909a70
Parent: 0deb997308c966687a10003dc1baeb97508f1b72
commit 69050de07c8c0bd68839c6c7f597173e20909a70
Author: Jordan Crouse <jordan.crouse at amd.com>
AuthorDate: Sat Jul 15 16:35:37 2006 -0600
Commit: Jordan Crouse <jordan.crouse at amd.com>
CommitDate: Tue Jul 25 09:32:26 2006 -0600
[PATCH] gxfb: Add timings for the OLPC LCD
Add a mode for the OLPC LCD.
Signed-off-by: Jordan Crouse <jordan.crouse at amd.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 8b1efcf..4e858f4 100644
--- a/drivers/video/geode/gxfb_core.c
+++ b/drivers/video/geode/gxfb_core.c
@@ -104,6 +104,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)
More information about the Commits-kernel
mailing list