diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-17 13:31:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-17 21:23:57 +0200 |
commit | 14e1ed70361f7f5a5e54d93a606a7c8d53460b95 (patch) | |
tree | b0ea6e76cacf9bf282af487021ca29de6ef77ca9 /recipes/linux/linux-openmoko-2.6.32/0024-Enable-dummy-frames-when-switching-resolution.patch | |
parent | 7c393dcee85c4ac5556f11a61300d01bbd9c037d (diff) |
linux-openmoko-2.6.32: add patches from gdrm-for-merging instead of gdrm-2.6.32 branch and rebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.32/0024-Enable-dummy-frames-when-switching-resolution.patch')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.32/0024-Enable-dummy-frames-when-switching-resolution.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32/0024-Enable-dummy-frames-when-switching-resolution.patch b/recipes/linux/linux-openmoko-2.6.32/0024-Enable-dummy-frames-when-switching-resolution.patch deleted file mode 100644 index 1e97ace698..0000000000 --- a/recipes/linux/linux-openmoko-2.6.32/0024-Enable-dummy-frames-when-switching-resolution.patch +++ /dev/null @@ -1,26 +0,0 @@ -From ed45a9c582b2626a7f44e9fe64ae313d9dcbfbfb Mon Sep 17 00:00:00 2001 -From: Thomas White <taw@bitwiz.org.uk> -Date: Sat, 24 Apr 2010 21:45:38 +0200 -Subject: [PATCH 30/31] Enable dummy frames when switching resolution - -Signed-off-by: Thomas White <taw@bitwiz.org.uk> ---- - drivers/video/backlight/jbt6k74.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/drivers/video/backlight/jbt6k74.c b/drivers/video/backlight/jbt6k74.c -index 43249ad..91651e7 100644 ---- a/drivers/video/backlight/jbt6k74.c -+++ b/drivers/video/backlight/jbt6k74.c -@@ -217,7 +217,7 @@ static int jbt_init_regs(struct jbt_info *jbt) - * to avoid red / blue flicker - */ - ret |= jbt_reg_write(jbt, JBT_REG_ASW_SLEW, 0x00 | (1 << 5)); -- ret |= jbt_reg_write(jbt, JBT_REG_DUMMY_DISPLAY, 0x00); -+ ret |= jbt_reg_write(jbt, JBT_REG_DUMMY_DISPLAY, 0xff); - - ret |= jbt_reg_write(jbt, JBT_REG_SLEEP_OUT_FR_A, 0x11); - ret |= jbt_reg_write(jbt, JBT_REG_SLEEP_OUT_FR_B, 0x11); --- -1.7.0.4 - |