From 11c8a5c87de951dac4da9dbe6007fa5e1c883948 Mon Sep 17 00:00:00 2001 From: Richard Liu Date: Tue, 7 Feb 2012 16:00:47 +0800 Subject: ENGR00162193 amd gpu: fixed random gsl_kmod failure increase max process number to fix gsl_kmod open issue Signed-off-by: xianzhong Signed-off-by: Richard Liu --- drivers/mxc/amd-gpu/include/gsl_buildconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mxc/amd-gpu/include/gsl_buildconfig.h b/drivers/mxc/amd-gpu/include/gsl_buildconfig.h index 4e6be4da7dc4..83bc6aa2e2c8 100644 --- a/drivers/mxc/amd-gpu/include/gsl_buildconfig.h +++ b/drivers/mxc/amd-gpu/include/gsl_buildconfig.h @@ -27,7 +27,7 @@ */ /* - * Copyright (C) 2010 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2012 Freescale Semiconductor, Inc. All Rights Reserved. */ #ifndef __GSL__BUILDCONFIG_H @@ -49,7 +49,7 @@ /* #define GSL_MMU_PAGETABLE_PERPROCESS */ -#define GSL_CALLER_PROCESS_MAX 10 +#define GSL_CALLER_PROCESS_MAX 64 #define GSL_SHMEM_MAX_APERTURES 3 #endif /* __GSL__BUILDCONFIG_H */ -- cgit v1.2.3