The patch titled au11oofb: fix to remove flickering has been removed from the -mm tree. Its filename was au1100fb-fix-to-remove-flickering.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: au11oofb: fix to remove flickering From: Freddy Spierenburg <freddy@xxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Acked-by: James Simmons <jsimmons@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- 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, _ Patches currently in -mm which might be from freddy@xxxxxxxxxxxxxxx are au1100fb-fix-to-remove-flickering.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html