summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-mainline-3.2/sakoman/0002-video-add-timings-for-hd720.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-01 21:06:48 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-05-03 19:09:07 -0400
commit4e18d702479ac6f835f3493d8aa81b8d323e1827 (patch)
tree11ba92d9c5a5bb84c74ee3f10b8eecaaa0510fb9 /recipes-kernel/linux/linux-mainline-3.2/sakoman/0002-video-add-timings-for-hd720.patch
parentaff1018e66b477544af17501757405283c21bef1 (diff)
downloadmeta-ti-4e18d702479ac6f835f3493d8aa81b8d323e1827.tar.gz
linux-mainline 3.2: kernel recipe based on mainline 3.2.16 with additional patches for e.g. beagleboard on top
This patchset is managed in https://github.com/beagleboard/kernel/tree/beagleboard-3.2 by Robert Nelson and myself. Tested on beagleboard-xM/Angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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