mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ANDROID: include: drm: increase DRM max property count to 64
Increase drm property count from 24 to 64 to make
room for custom properties of drm plane and drm
crtc objects.
Signed-off-by: Shashank Babu Chinta Venkata <sbchin@codeaurora.org>
Bug: 139653858
Change-Id: I3e42c1fc684d7d7cea828fc35b96673bdef598f4
(cherry picked from commit 89301363b2
https://android.googlesource.com/kernel/common)
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
8327338ad0
commit
4c5114723d
@@ -60,7 +60,7 @@ struct drm_mode_object {
|
||||
void (*free_cb)(struct kref *kref);
|
||||
};
|
||||
|
||||
#define DRM_OBJECT_MAX_PROPERTY 24
|
||||
#define DRM_OBJECT_MAX_PROPERTY 64
|
||||
/**
|
||||
* struct drm_object_properties - property tracking for &drm_mode_object
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user