aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.34/0001-glamo-display-Enable-FIFO-stage-for-the-LCD-engine-s.patch
blob: 4326fc2c4dd6e4b2a52f6fb12145999cf985d260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 49a7aaa93557318d985b87ee865285a2ca4f65cc Mon Sep 17 00:00:00 2001
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Mon, 19 Jul 2010 13:39:06 +0200
Subject: [PATCH 15/17] 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.3