diff options
author | Freddy Spierenburg <freddy@dusktilldawn.nl> | 2006-12-08 05:40:31 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:29:06 -0500 |
commit | 03ae4e0ccc10ad2d8b7f421fbbeac4fe44b806fb (patch) | |
tree | 85c68d9b5fa62b06b012f8306bc464ba147d593f /drivers/video/au1100fb.h | |
parent | ec1a7b3d7b0c522742c2c4e6e50a5ee2230d4fc6 (diff) |
[PATCH] au11oofb: fix to remove flickering
Currently a lot of flickering is seen on the VGA and LCD port when one
starts a DBAu1100 board, with 'CONFIG_PRINTK=3Dy'.
This patch removes the flickering and as a result all kernel messages come
by in a nice steady fashion.
Signed-off-by: Freddy Spierenburg <freddy@dusktilldawn.nl>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Acked-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/au1100fb.h')
-rw-r--r-- | drivers/video/au1100fb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/au1100fb.h b/drivers/video/au1100fb.h index 2855534dc235..164fe2f231ec 100644 --- a/drivers/video/au1100fb.h +++ b/drivers/video/au1100fb.h | |||
@@ -274,7 +274,7 @@ static struct au1100fb_panel known_lcd_panels[] = | |||
274 | .bpp = 16, | 274 | .bpp = 16, |
275 | .control_base = 0x0004886A | | 275 | .control_base = 0x0004886A | |
276 | LCD_CONTROL_DEFAULT_PO | LCD_CONTROL_DEFAULT_SBPPF | | 276 | LCD_CONTROL_DEFAULT_PO | LCD_CONTROL_DEFAULT_SBPPF | |
277 | LCD_CONTROL_BPP_16, | 277 | LCD_CONTROL_BPP_16 | LCD_CONTROL_SBB_4, |
278 | .clkcontrol_base = 0x00020000, | 278 | .clkcontrol_base = 0x00020000, |
279 | .horztiming = 0x005aff1f, | 279 | .horztiming = 0x005aff1f, |
280 | .verttiming = 0x16000e57, | 280 | .verttiming = 0x16000e57, |