diff options
author | Michael Hanselmann <linux-kernel@hansmi.ch> | 2005-11-08 21:39:06 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 07:56:34 -0800 |
commit | 1dfcdfae5783fc10d7f8fcc336de838a44e7636c (patch) | |
tree | cb7d4e153bc7f89b63afa1078c0695dc8d9fbc86 | |
parent | 6d83b0bb8e5efda28ce4a1abc78277f1d03e50e5 (diff) | |
download | linux-3.10-1dfcdfae5783fc10d7f8fcc336de838a44e7636c.tar.gz linux-3.10-1dfcdfae5783fc10d7f8fcc336de838a44e7636c.tar.bz2 linux-3.10-1dfcdfae5783fc10d7f8fcc336de838a44e7636c.zip |
[PATCH] fbdev: Framebuffer mode required for PowerBook Titanium
This patch adds the framebuffer mode required for an Apple PowerBook G4
Titanium.
Signed-off-by: Michael Hanselmann <linux-kernel@hansmi.ch>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/video/modedb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c index 1789a52d776..1da2f84bdc2 100644 --- a/drivers/video/modedb.c +++ b/drivers/video/modedb.c @@ -251,6 +251,10 @@ static const struct fb_videomode modedb[] = { NULL, 60, 1920, 1200, 5177, 128, 336, 1, 38, 208, 3, FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED + }, { + /* 1152x768, 60 Hz, PowerBook G4 Titanium I and II */ + NULL, 60, 1152, 768, 15386, 158, 26, 29, 3, 136, 6, + FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED }, }; |