From 660579bd6333e7e33cfb176f849bcc098e33af38 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 19 Jul 2010 13:39:06 +0200 Subject: [PATCH] glamo-display: Enable FIFO stage for the LCD engine's memory access --- drivers/gpu/drm/glamo/glamo-display.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/glamo/glamo-display.c b/drivers/gpu/drm/glamo/glamo-display.c index 6f25326..4e85906 100644 --- a/drivers/gpu/drm/glamo/glamo-display.c +++ b/drivers/gpu/drm/glamo/glamo-display.c @@ -210,7 +210,7 @@ static struct glamo_script lcd_init_script[] = { /* The following values assume 640*480@16bpp */ /* FIXME: fb0 has not yet been allocated! */ { GLAMO_REG_LCD_A_BASE1, PAGE_SIZE }, /* display A base address 15:0 */ - { GLAMO_REG_LCD_A_BASE2, 0x0000 }, /* display A base address 22:16 */ + { GLAMO_REG_LCD_A_BASE2, 0x4000 }, /* display A base address 22:16 */ { GLAMO_REG_LCD_B_BASE1, 0x6000 }, /* display B base address 15:0 */ { GLAMO_REG_LCD_B_BASE2, 0x0009 }, /* display B base address 22:16 */ { GLAMO_REG_LCD_CURSOR_BASE1, 0xC000 }, /* cursor base address 15:0 */ -- 1.7.1.1