diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-17 19:01:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-17 19:01:41 +0200 |
commit | fd8af199bbe9c164e5f5a462636d973efeb2e80e (patch) | |
tree | 901750716dee28183e99594857c2a5d5aec57d79 /recipes/linux/linux-omap-2.6.31/modedb-hd720.patch | |
parent | 6d3ad5fb212eba132f0af77629babb58eedd1c52 (diff) |
linux-omap 2.6.31: add some more display fixes
Diffstat (limited to 'recipes/linux/linux-omap-2.6.31/modedb-hd720.patch')
-rw-r--r-- | recipes/linux/linux-omap-2.6.31/modedb-hd720.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-2.6.31/modedb-hd720.patch b/recipes/linux/linux-omap-2.6.31/modedb-hd720.patch new file mode 100644 index 0000000000..0166de651a --- /dev/null +++ b/recipes/linux/linux-omap-2.6.31/modedb-hd720.patch @@ -0,0 +1,13 @@ +--- orig/drivers/video/modedb.c.orig 2009-04-07 11:40:10.000000000 +0200 ++++ git/drivers/video/modedb.c 2009-04-07 10:35:29.000000000 +0200 +@@ -44,6 +44,10 @@ + 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 |