All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Framebuffer mode required for PowerBook Titanium
@ 2005-11-05 23:49 Michael Hanselmann
  2005-11-06  0:11   ` Antonino A. Daplas
  2005-11-06  0:17 ` Benjamin Herrenschmidt
  0 siblings, 2 replies; 9+ messages in thread
From: Michael Hanselmann @ 2005-11-05 23:49 UTC (permalink / raw)
  To: benh; +Cc: linux-kernel, linux-fbdev-devel

This patch adds the framebuffer mode required for an Apple PowerBook G4
Titanium.

Signed-off-by: Michael Hanselmann <linux-kernel@hansmi.ch>

---
--- linux-2.6.14/drivers/video/modedb.c.orig	2005-11-05 22:29:02.000000000 +0100
+++ linux-2.6.14/drivers/video/modedb.c	2005-11-05 22:31:15.000000000 +0100
@@ -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 */
+	"mac21", 60, 1152, 768, 15386, 158, 26, 29, 3, 136, 6,
+	FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED
     },
 };

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-11-06  1:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-05 23:49 [PATCH] Framebuffer mode required for PowerBook Titanium Michael Hanselmann
2005-11-06  0:11 ` Antonino A. Daplas
2005-11-06  0:11   ` Antonino A. Daplas
2005-11-06  0:30   ` Michael Hanselmann
2005-11-06  0:38     ` Antonino A. Daplas
2005-11-06  0:38       ` Antonino A. Daplas
2005-11-06  0:17 ` Benjamin Herrenschmidt
2005-11-06  0:49   ` Michael Hanselmann
2005-11-06  1:39     ` Antonino A. Daplas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.