summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Liu <r66033@freescale.com>2012-02-07 16:00:47 +0800
committerRichard Liu <r66033@freescale.com>2012-02-07 16:00:47 +0800
commit11c8a5c87de951dac4da9dbe6007fa5e1c883948 (patch)
tree7f6e29e6b7a77e994a56691313c33a90696cfe34
parentb0c8ace8c3dcb4aba5e2b633193b33f5ad2284e6 (diff)
ENGR00162193 amd gpu: fixed random gsl_kmod failure
increase max process number to fix gsl_kmod open issue Signed-off-by: xianzhong <b07117@freescale.com> Signed-off-by: Richard Liu <r66033@freescale.com>
-rw-r--r--drivers/mxc/amd-gpu/include/gsl_buildconfig.h4
1 files 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 */