ANDROID: drivers: gpu: drm: increase the MAX_DRM_OPEN_COUNT
goldfish-opengl Vulkan driver with virtio-gpu will open one drm fd for every allocated host visible VkDeviceMemory. 128 across the entire system is too small for certain application. Bug: 199949358 Change-Id: Id71cc3201461c5a83fcd1886d45914c286bca241 Signed-off-by: Kaiyi Li <kaiyili@google.com>
This commit is contained in:
parent
0923d5c13b
commit
77e911a101
@ -49,7 +49,7 @@
|
|||||||
/* from BKL pushdown */
|
/* from BKL pushdown */
|
||||||
DEFINE_MUTEX(drm_global_mutex);
|
DEFINE_MUTEX(drm_global_mutex);
|
||||||
|
|
||||||
#define MAX_DRM_OPEN_COUNT 128
|
#define MAX_DRM_OPEN_COUNT 4096
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DOC: file operations
|
* DOC: file operations
|
||||||
|
Loading…
Reference in New Issue
Block a user