From 1b62e54689387bbb84593e9eee05770e898336d8 Mon Sep 17 00:00:00 2001 From: Loren Huang Date: Tue, 8 May 2012 15:31:07 +0800 Subject: [PATCH] ENGR00182245 Increase gpu mmu handling size to 2G This change can avoid gpu to access invalid address. Signed-off-by: Loren Huang Acked-by: Lily Zhang --- drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h b/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h index c96ece999b1a..4727493d507d 100644 --- a/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h +++ b/drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h @@ -258,7 +258,7 @@ virtual data. */ #ifndef gcdMMU_SIZE -# define gcdMMU_SIZE (128 << 10) +# define gcdMMU_SIZE (2048 << 10) #endif /* -- 2.39.5