]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00182245 Increase gpu mmu handling size to 2G
authorLoren Huang <b02279@freescale.com>
Tue, 8 May 2012 07:31:07 +0000 (15:31 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:35 +0000 (08:34 +0200)
This change can avoid gpu to access invalid address.

Signed-off-by: Loren Huang <b02279@freescale.com>
Acked-by: Lily Zhang
drivers/mxc/gpu-viv/hal/kernel/inc/gc_hal_options.h

index c96ece999b1a3a81c3f5cbdbf054b69d960f4788..4727493d507dc6dc5003823a53faef1e69bf6a6d 100644 (file)
         virtual data.
 */
 #ifndef gcdMMU_SIZE
-#   define gcdMMU_SIZE                          (128 << 10)
+#   define gcdMMU_SIZE                          (2048 << 10)
 #endif
 
 /*