summary refs log tree commit diff
path: root/include/drm/drm_mode_object.h
diff options
context:
space:
mode:
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>2023-09-15 19:15:50 +0300
committerCristian Ciocaltea <cristian.ciocaltea@collabora.com>2023-09-15 19:15:50 +0300
commitedf89610ddc02c083c400efb93f8e0055e0c295a (patch)
treec5a3b31f0b9f9e61ccc5fab881e3fd9c74339f3e /include/drm/drm_mode_object.h
parent0264f4154c6a970241f1ae13ccfdc174cc0812ac (diff)
parent33fac8160be8a2f2723c8e2f2c4e43ab5406a3ec (diff)
downloadlinux-edf89610ddc02c083c400efb93f8e0055e0c295a.tar.gz
Merge branch 6.1/features/amd-color-mgmt
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Diffstat (limited to 'include/drm/drm_mode_object.h')
-rw-r--r--include/drm/drm_mode_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_mode_object.h b/include/drm/drm_mode_object.h
index 912f1e415685..08d7a7f0188f 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
  */