diff options
Diffstat (limited to 'include/drm/drm_crtc.h')
| -rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 73e45600f95d..bac55c215113 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
| @@ -54,7 +54,7 @@ struct drm_mode_object { | |||
| 54 | struct drm_object_properties *properties; | 54 | struct drm_object_properties *properties; |
| 55 | }; | 55 | }; |
| 56 | 56 | ||
| 57 | #define DRM_OBJECT_MAX_PROPERTY 16 | 57 | #define DRM_OBJECT_MAX_PROPERTY 24 |
| 58 | struct drm_object_properties { | 58 | struct drm_object_properties { |
| 59 | int count; | 59 | int count; |
| 60 | uint32_t ids[DRM_OBJECT_MAX_PROPERTY]; | 60 | uint32_t ids[DRM_OBJECT_MAX_PROPERTY]; |
