Changeset 4194


Ignore:
Timestamp:
03/12/08 12:35:24 (5 years ago)
Author:
werner
Message:

fix-glamofb-flicker-72hz-refresh.patch

From: Andy Green <andy@…>

Move video timings from 60Hz to 72.5Hz by removing needless blanking pixels.

Also correct the video clock reported by X since Carsten said it showed
50Hz refresh, presumably due to wrong PCLK data in the same struct.

Signed-off-by: Andy Green <andy@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/src/target/kernel/2.6.24.x/patches/gta02-core.patch

    r4131 r4194  
    648648+       .width          = 43, 
    649649+       .height         = 58, 
    650 +       .pixclock       = 50 * 1000, /* 50 ns */ 
     650+       .pixclock       = 40816, /* 24.5MHz nom, 40.816ns */ 
    651651+       .left_margin    = 8, 
    652 +       .right_margin   = 104, 
     652+       .right_margin   = 16, 
    653653+       .upper_margin   = 2, 
    654654+       .lower_margin   = 16, 
     
    934934--- linux-2.6.24.orig/arch/arm/mach-s3c2440/Kconfig 
    935935+++ linux-2.6.24/arch/arm/mach-s3c2440/Kconfig 
    936 @@ -74,5 +74,20 @@ config MACH_HXD8 
     936@@ -74,5 +74,20 @@ 
    937937        help 
    938938           Say Y here if you are using the FIC Neo1973 GSM Phone 
     
    959959--- linux-2.6.24.orig/arch/arm/mach-s3c2440/Makefile 
    960960+++ linux-2.6.24/arch/arm/mach-s3c2440/Makefile 
    961 @@ -22,3 +22,4 @@ obj-$(CONFIG_MACH_RX3715)     += mach-rx3715 
     961@@ -22,3 +22,4 @@ 
    962962 obj-$(CONFIG_ARCH_S3C2440)     += mach-smdk2440.o 
    963963 obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o 
     
    968968--- linux-2.6.24.orig/drivers/leds/leds-neo1973-vibrator.c 
    969969+++ linux-2.6.24/drivers/leds/leds-neo1973-vibrator.c 
    970 @@ -113,7 +113,7 @@ static int __init neo1973_vib_probe(stru 
     970@@ -113,7 +113,7 @@ 
    971971        struct resource *r; 
    972972        int rc; 
     
    981981--- linux-2.6.24.orig/sound/soc/s3c24xx/neo1973_wm8753.c 
    982982+++ linux-2.6.24/sound/soc/s3c24xx/neo1973_wm8753.c 
    983 @@ -672,6 +672,12 @@ static int __init neo1973_init(void) 
     983@@ -672,6 +672,12 @@ 
    984984 { 
    985985        int ret; 
     
    994994        if (!neo1973_snd_device) 
    995995                return -ENOMEM; 
    996 @@ -700,5 +706,5 @@ module_exit(neo1973_exit); 
     996@@ -700,5 +706,5 @@ 
    997997  
    998998 /* Module information */ 
Note: See TracChangeset for help on using the changeset viewer.