[Armadeus-commitlog] SF.net SVN: armadeus: [630] trunk/buildroot/target/device/armadeus/linux/ ker
Brought to you by:
sszy
|
From: <th...@us...> - 2007-08-30 14:19:48
|
Revision: 630
http://armadeus.svn.sourceforge.net/armadeus/?rev=630&view=rev
Author: thom25
Date: 2007-08-30 07:19:51 -0700 (Thu, 30 Aug 2007)
Log Message:
-----------
fix bug 1742417. change MTFT paramaters for timings imrpovements. Allow timing compatibility with CH7024
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff 2007-08-30 13:59:53 UTC (rev 629)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.18.1/021-linux-2.6.18-apf9328.diff 2007-08-30 14:19:51 UTC (rev 630)
@@ -1336,13 +1336,13 @@
+
+ .hsync_len = 30,
+ .vsync_len = 3,
-+ .left_margin = 24,
-+ .upper_margin = 1,
-+ .right_margin = 38,
-+ .lower_margin = 23,
++ .left_margin = 1,
++ .upper_margin = 20,
++ .right_margin = 68,
++ .lower_margin = 20,
+
+ .pcr = PCR_TFT | PCR_COLOR | PCR_PBSIZ_8 | PCR_BPIX_16 | PCR_FLMPOL | PCR_LPPOL |
-+ PCR_SCLKIDLE | PCR_SCLK_SEL | PCR_PCD(6),
++ PCR_SCLKIDLE | PCR_SCLK_SEL | PCR_PCD(7),
+ .pwmr = 0x000001ff, // Contrast with PWM @ Line_Pulse, max by default
+ .dmacr = DMACR_BURST | DMACR_HM(8) | DMACR_TM(4),
+ .backlight_power = apf9328_lcd_backlight_power,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|