summaryrefslogtreecommitdiff
path: root/drivers/mxc/gpu-viv/hal
diff options
context:
space:
mode:
authorLoren Huang <b02279@freescale.com>2012-05-08 15:31:07 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:37:10 +0800
commit333d2ef99137d50dcd9763cf0d6cde673d14b51b (patch)
tree85671555d55d3e7c25864cbc2497d38e65938d3e /drivers/mxc/gpu-viv/hal
parent84b508f30c50cb1a0f106680ac8c517df5cefef3 (diff)
ENGR00182245 Increase gpu mmu handling size to 2G
This change can avoid gpu to access invalid address. Signed-off-by: Loren Huang <b02279@freescale.com> Acked-by: Lily Zhang
Diffstat (limited to 'drivers/mxc/gpu-viv/hal')
-rw-r--r--drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h2
1 files changed, 1 insertions, 1 deletions
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
/*