Re: [patch 11/25] au11oofb: fix to remove flickering
From: James Simmons <hidden>
Date: 2006-11-17 18:50:15
Acked-by: James Simmons <redacted> On Wed, 1 Nov 2006, akpm@osdl.org wrote:
quoted hunk ↗ jump to hunk
From: Freddy Spierenburg <redacted> 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 <redacted> Cc: "Antonino A. Daplas" <redacted> Signed-off-by: Andrew Morton <redacted> --- drivers/video/au1100fb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/au1100fb.h~au1100fb-fix-to-remove-flickering drivers/video/au1100fb.h--- a/drivers/video/au1100fb.h~au1100fb-fix-to-remove-flickering +++ a/drivers/video/au1100fb.h@@ -274,7 +274,7 @@ static struct au1100fb_panel known_lcd_p .bpp = 16, .control_base = 0x0004886A | LCD_CONTROL_DEFAULT_PO | LCD_CONTROL_DEFAULT_SBPPF | - LCD_CONTROL_BPP_16, + LCD_CONTROL_BPP_16 | LCD_CONTROL_SBB_4, .clkcontrol_base = 0x00020000, .horztiming = 0x005aff1f, .verttiming = 0x16000e57,_ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Linux-fbdev-devel mailing list Linux-fbdev-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV