]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/kernel/omap/sakoman/0002-video-add-timings-for-hd720.patch
daq: Update to 2.0.4
[ipfire-2.x.git] / src / patches / kernel / omap / sakoman / 0002-video-add-timings-for-hd720.patch
CommitLineData
d006af40
AF
1From 747de06d5cc69b2407684ba0455fff5c1d6af797 Mon Sep 17 00:00:00 2001
2From: Steve Sakoman <steve@sakoman.com>
3Date: Sat, 19 Dec 2009 06:52:43 -0800
4Subject: [PATCH 2/2] video: add timings for hd720
5
6Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
7---
8 drivers/video/modedb.c | 4 ++++
9 1 files changed, 4 insertions(+), 0 deletions(-)
10
11diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c
12index a9a907c..5b686de 100644
13--- a/drivers/video/modedb.c
14+++ b/drivers/video/modedb.c
15@@ -103,6 +103,10 @@ static const struct fb_videomode modedb[] = {
16 { NULL, 70, 1024, 768, 13333, 144, 24, 29, 3, 136, 6, 0,
17 FB_VMODE_NONINTERLACED },
18
19+ /* 1280x720 @ 60 Hz, 45 kHz hsync, CEA 681-E Format 4 */
20+ { "hd720", 60, 1280, 720, 13468, 220, 110, 20, 5, 40, 5, 0,
21+ FB_VMODE_NONINTERLACED },
22+
23 /* 1280x1024 @ 87 Hz interlaced, 51 kHz hsync */
24 { NULL, 87, 1280, 1024, 12500, 56, 16, 128, 1, 216, 12, 0,
25 FB_VMODE_INTERLACED },
26--
271.7.7.6
28