diff mbox series

drm: increase DRM_OBJECT_MAX_PROPERTY to 64

Message ID 20200417213709.24757-1-abhinavk@codeaurora.org (mailing list archive)
State New, archived
Headers show
Series drm: increase DRM_OBJECT_MAX_PROPERTY to 64 | expand

Commit Message

Abhinav Kumar April 17, 2020, 9:37 p.m. UTC
Increase DRM_OBJECT_MAX_PROPERTY to accommodate for additional
DRM properties on MSM chipsets.

Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
---
 include/drm/drm_mode_object.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/drm/drm_mode_object.h b/include/drm/drm_mode_object.h
index c34a3e8030e1..6292fa663844 100644
--- a/include/drm/drm_mode_object.h
+++ b/include/drm/drm_mode_object.h
@@ -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
  */