From c684a44f37830f8ba41e13a7d1648de61dd06843 Mon Sep 17 00:00:00 2001 From: Xianzhong Date: Tue, 26 Feb 2013 18:38:59 +0800 Subject: [PATCH] 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 --- 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 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 -- 2.39.5