* [PATCH 2/2] Adding a timings for panel-taal in mode database
@ 2011-01-03 11:13 Janorkar, Mayuresh
2011-01-06 7:00 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Janorkar, Mayuresh @ 2011-01-03 11:13 UTC (permalink / raw)
To: linux-fbdev
Adding a new entry n mode database file for PANEL-TAAL.
PANEL-TAAL is the default panel used for OMAP boards. The resolution is 864 X 480.
This new entry would enable us to make use of bootarg omapfb.mode.
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
---
drivers/video/modedb.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c
index db88092..0f8018d 100644
--- a/drivers/video/modedb.c
+++ b/drivers/video/modedb.c
@@ -227,6 +227,9 @@ static const struct fb_videomode modedb[] = {
/* 800x520i @ 50 Hz, 15.625 kHz hsync (PAL RGB) */
{ NULL, 50, 800, 520, 58823, 144, 64, 72, 28, 80, 5,
0, FB_VMODE_INTERLACED },
+ /* 864x480 @ 60 Hz, 35.15 kHz hsync */
+ { NULL, 60, 864, 480, 27777, 1, 1, 1, 1, 0, 0,
+ 0, FB_VMODE_NONINTERLACED },
};
#ifdef CONFIG_FB_MODE_HELPERS
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] Adding a timings for panel-taal in mode database
2011-01-03 11:13 [PATCH 2/2] Adding a timings for panel-taal in mode database Janorkar, Mayuresh
@ 2011-01-06 7:00 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-01-06 7:00 UTC (permalink / raw)
To: linux-fbdev
On Mon, Jan 03, 2011 at 04:31:40PM +0530, Janorkar, Mayuresh wrote:
> Adding a new entry n mode database file for PANEL-TAAL.
> PANEL-TAAL is the default panel used for OMAP boards. The resolution is 864 X 480.
> This new entry would enable us to make use of bootarg omapfb.mode.
>
> Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
This one looks fine, I've applied it by hand, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-06 7:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-03 11:13 [PATCH 2/2] Adding a timings for panel-taal in mode database Janorkar, Mayuresh
2011-01-06 7:00 ` Paul Mundt
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).