From 371063532de07a8f20e494252c658b612746fcd9 Mon Sep 17 00:00:00 2001 From: barge Date: Mon, 17 Oct 2011 10:53:28 +0200 Subject: ux500: mcde: Shift the rotation buffer address Shift the rotation buffer address by 8k to free space for dma lcla area. Do that for all displays. ST-Ericsson ID: 364165 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: NA Change-Id: I4bc5b72f6d198f26c7b48572cb3843d18c6b8553 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/34168 Reviewed-by: Sylvain BARGE Tested-by: Sylvain BARGE Reviewed-by: Jimmy RUBIN --- arch/arm/mach-ux500/board-mop500-mcde.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm') diff --git a/arch/arm/mach-ux500/board-mop500-mcde.c b/arch/arm/mach-ux500/board-mop500-mcde.c index 645940f3654..9611cf87f18 100644 --- a/arch/arm/mach-ux500/board-mop500-mcde.c +++ b/arch/arm/mach-ux500/board-mop500-mcde.c @@ -113,7 +113,7 @@ static struct mcde_display_device samsung_s6d16d0_display0 = { .synchronized_update = false, #endif /* TODO: Remove rotation buffers once ESRAM driver is completed */ - .rotbuf1 = U8500_ESRAM_BASE + 0x20000 * 4, + .rotbuf1 = U8500_ESRAM_BASE + 0x20000 * 4 + 0x2000, .rotbuf2 = U8500_ESRAM_BASE + 0x20000 * 4 + 0x10000, .dev = { .platform_data = &samsung_s6d16d0_pdata0, @@ -143,7 +143,7 @@ static struct mcde_display_device sony_acx424akp_display0 = { .fifo = MCDE_FIFO_A, .default_pixel_format = MCDE_OVLYPIXFMT_RGBA8888, .synchronized_update = true, - .rotbuf1 = U8500_ESRAM_BASE + 0x20000 * 4, + .rotbuf1 = U8500_ESRAM_BASE + 0x20000 * 4 + 0x2000, .rotbuf2 = U8500_ESRAM_BASE + 0x20000 * 4 + 0x10000, .dev = { .platform_data = &sony_acx424akp_display0_pdata, -- cgit v1.2.3