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
This commit is contained in:
committed by
Alistair Delva
parent
6f72e5e9ea
commit
d4d0146ef6
@@ -60,7 +60,7 @@ struct drm_mode_object {
|
|||||||
void (*free_cb)(struct kref *kref);
|
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
|
* struct drm_object_properties - property tracking for &drm_mode_object
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user