aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSangwook Lee <sangwook.lee@linaro.org>2012-04-30 15:08:19 +0100
committerTushar Behera <tushar.behera@linaro.org>2013-03-14 10:47:14 +0530
commit26e9e7ba4471ac26c54f95b62485ebd004129145 (patch)
tree8463f7515c1bf1a3a208dd4c959fbdd0f3f6668e /arch
parente51e1bf9b420631b87fe79dde674bad4f8be7450 (diff)
mali: update Mali memory configuration
This patch fixes memory validation error. When 3.4 kernel assigns Framebuffer's address above 0x60000000, Mali driver makes errors as like this: MALI PHYSICAL RANGE VALIDATION ERROR! The range supplied was: phys_base=0x6D900000, size=0x004B0000 CC: Chunsang Jeong <chunsang.jeong@linaro.org> CC: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Sangwook Lee <sangwook.lee@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/include/mach/mali/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/include/mach/mali/config.h b/arch/arm/mach-exynos/include/mach/mali/config.h
index 4f95209de12d..ccd3cf7d2450 100644
--- a/arch/arm/mach-exynos/include/mach/mali/config.h
+++ b/arch/arm/mach-exynos/include/mach/mali/config.h
@@ -29,7 +29,7 @@
/*for mmu and os memory*/
#define MEM_BASE_ADDR 0x40000000
-#define MEM_TOTAL_SIZE 0x20000000
+#define MEM_TOTAL_SIZE 0x40000000
#define MEM_MALI_OS_SIZE 0x18000000
/*for dedicated memory*/