Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77e911a1 authored by Kaiyi Li's avatar Kaiyi Li
Browse files

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: default avatarKaiyi Li <kaiyili@google.com>
parent 0923d5c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
/* from BKL pushdown */
DEFINE_MUTEX(drm_global_mutex);

#define MAX_DRM_OPEN_COUNT		128
#define MAX_DRM_OPEN_COUNT		4096

/**
 * DOC: file operations