mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-08 17:56:32 +00:00
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> Conflicts: drivers/mxc/amd-gpu/include/gsl_buildconfig.h
This commit is contained in:
@@ -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 2
|
||||
|
||||
#endif /* __GSL__BUILDCONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user