summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-mainline-3.2/sakoman/0002-video-add-timings-for-hd720.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-mainline-3.2/sakoman/0002-video-add-timings-for-hd720.patch')
-rw-r--r--recipes-kernel/linux/linux-mainline-3.2/sakoman/0002-video-add-timings-for-hd720.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-mainline-3.2/sakoman/0002-video-add-timings-for-hd720.patch b/recipes-kernel/linux/linux-mainline-3.2/sakoman/0002-video-add-timings-for-hd720.patch
new file mode 100644
index 00000000..2a0372bb
--- /dev/null
+++ b/recipes-kernel/linux/linux-mainline-3.2/sakoman/0002-video-add-timings-for-hd720.patch
@@ -0,0 +1,28 @@
1From 882636ad4c5577ae404c8215baf974f01a303b7f 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/3] 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.4
28