diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-30 12:38:40 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-30 13:39:40 +0200 |
commit | 78a5b578cabe495b6355cf34a9f7e13584a66f87 (patch) | |
tree | 4af77cfc029ed7638a2b95e358f49aca2ffece22 /recipes/linux/linux-omap-psp-2.6.32/0034-modedb.c-add-proper-720p60-mode.patch | |
parent | ecdbd5c32641cfef0a8bd2c6ad6bfd6e49aecbf1 (diff) |
linux-omap-psp 2.6.32: update to latest PSP git, rediff patches
Diffstat (limited to 'recipes/linux/linux-omap-psp-2.6.32/0034-modedb.c-add-proper-720p60-mode.patch')
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.32/0034-modedb.c-add-proper-720p60-mode.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.32/0034-modedb.c-add-proper-720p60-mode.patch b/recipes/linux/linux-omap-psp-2.6.32/0034-modedb.c-add-proper-720p60-mode.patch deleted file mode 100644 index a79279a9f7..0000000000 --- a/recipes/linux/linux-omap-psp-2.6.32/0034-modedb.c-add-proper-720p60-mode.patch +++ /dev/null @@ -1,27 +0,0 @@ -From ad627c1708d8b68f6e9ca96f28ec8862ef02f760 Mon Sep 17 00:00:00 2001 -From: Koen Kooi <koen@dominion.thruhere.net> -Date: Mon, 8 Mar 2010 14:38:31 +0100 -Subject: [PATCH 34/42] modedb.c: add proper 720p60 mode - ---- - drivers/video/modedb.c | 4 ++++ - 1 files changed, 4 insertions(+), 0 deletions(-) - -diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c -index b32fa2a..f017d57 100644 ---- a/drivers/video/modedb.c -+++ b/drivers/video/modedb.c -@@ -44,6 +44,10 @@ static const struct fb_videomode modedb[] = { - NULL, 60, 640, 480, 39721, 40, 24, 32, 11, 96, 2, - 0, FB_VMODE_NONINTERLACED - }, { -+ /* 1280x720 @ 60 Hz, 45 kHz hsync, CEA 681-E Format 4 */ -+ "hd720", 60, 1280, 720, 13468, 220, 110, 20, 5, 40, 5, -+ 0, FB_VMODE_NONINTERLACED -+ }, { - /* 800x600 @ 56 Hz, 35.15 kHz hsync */ - NULL, 56, 800, 600, 27777, 128, 24, 22, 1, 72, 2, - 0, FB_VMODE_NONINTERLACED --- -1.6.6.1 - |