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

Commit 748fc0c7 authored by Ramendra Kumar's avatar Ramendra Kumar Committed by Gerrit - the friendly Code Review server
Browse files

drm: increase max limit of drm open count to 128



Currently maximum drm open count is set to 20, which is not enough
for some applications. Increase the limit to 128 to meet the
requirement.

Change-Id: Idf01c10615c65a80d96a088c0d92c59b354c0f5f
Signed-off-by: default avatarRamendra Kumar <ramendra@codeaurora.org>
parent 7cc4faa2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
/* from BKL pushdown */
DEFINE_MUTEX(drm_global_mutex);

#define MAX_DRM_OPEN_COUNT		20
#define MAX_DRM_OPEN_COUNT		128

/**
 * DOC: file operations