[Armadeus-commitlog] SF.net SVN: armadeus:[1303] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-05-25 15:18:35
|
Revision: 1303
http://armadeus.svn.sourceforge.net/armadeus/?rev=1303&view=rev
Author: artemys
Date: 2009-05-25 15:18:27 +0000 (Mon, 25 May 2009)
Log Message:
-----------
[LINUX] Put correct timings for LQ043 on APF27 with 2.6.29 kernel (fbtested)
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/285-apf27-armadeus-add_LQO43_to_mxcfb_modedb.patch
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/285-apf27-armadeus-add_LQO43_to_mxcfb_modedb.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/285-apf27-armadeus-add_LQO43_to_mxcfb_modedb.patch 2009-05-25 13:57:04 UTC (rev 1302)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/285-apf27-armadeus-add_LQO43_to_mxcfb_modedb.patch 2009-05-25 15:18:27 UTC (rev 1303)
@@ -1,5 +1,7 @@
---- linux-2.6.27.2/drivers/video/mxc/mxcfb_modedb.c 2008-10-01 15:58:46.000000000 +0200
-+++ linux-2.6.27.2.mod/drivers/video/mxc/mxcfb_modedb.c 2008-10-01 15:57:54.000000000 +0200
+Index: linux-2.6.29/drivers/video/mxc/mxcfb_modedb.c
+===================================================================
+--- linux-2.6.29.orig/drivers/video/mxc/mxcfb_modedb.c 2009-05-25 14:40:19.000000000 +0200
++++ linux-2.6.29/drivers/video/mxc/mxcfb_modedb.c 2009-05-25 16:54:57.000000000 +0200
@@ -74,6 +74,20 @@
"TV-VGA", 60, 640, 480, 40574, 35, 45, 9, 1, 46, 5,
0, FB_VMODE_NONINTERLACED, 0,
@@ -11,9 +13,9 @@
+ .xres = 480,
+ .yres = 272,
+ .pixclock = 111111, /* picoS */
-+ .left_margin = 3, .right_margin = 1, /* at least 3 & 1 */
-+ .upper_margin = 2, .lower_margin = 3,
-+ .hsync_len = 6, .vsync_len = 2,
++ .left_margin = 3, .right_margin = 2, /* at least 3 & 1 */
++ .upper_margin = 3, .lower_margin = 2,
++ .hsync_len = 41, .vsync_len = 10,
+ .sync = FB_SYNC_CLK_IDLE_EN | FB_SYNC_CLK_INVERT,
+ .vmode = FB_VMODE_NONINTERLACED,
+ .flag = 0,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|