From: Xianzhong Date: Tue, 26 Feb 2013 10:38:59 +0000 (+0800) Subject: ENGR00243077 Fixed JB4.2 multi-user switch hang issue X-Git-Tag: v3.0.35-fsl~114 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c684a44f37830f8ba41e13a7d1648de61dd06843;p=karo-tx-linux.git ENGR00243077 Fixed JB4.2 multi-user switch hang issue Gpu virtual memory has potiential hang issue exposed, Vivante will fix this hang issue with 4K contigueous memory limit. 4K limit is needless now and should be disabled by default. Signed-off-by: Xianzhong Acked-by: Lily Zhang --- 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 05c9fcb4e788..86e91337ca1c 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 @@ -785,7 +785,7 @@ limited by gcdCONTIGUOUS_SIZE_LIMIT. */ #ifndef gcdCONTIGUOUS_SIZE_LIMIT -# define gcdCONTIGUOUS_SIZE_LIMIT 4096 +# define gcdCONTIGUOUS_SIZE_LIMIT 0 #endif #ifndef gcdDISALBE_EARLY_EARLY_Z