diff options
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 5f2cc0ca4c7d..db92a83f8ca9 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -575,6 +575,9 @@ struct drm_mode_config { | |||
575 | struct drm_property *tv_brightness_property; | 575 | struct drm_property *tv_brightness_property; |
576 | struct drm_property *tv_contrast_property; | 576 | struct drm_property *tv_contrast_property; |
577 | struct drm_property *tv_flicker_reduction_property; | 577 | struct drm_property *tv_flicker_reduction_property; |
578 | struct drm_property *tv_overscan_property; | ||
579 | struct drm_property *tv_saturation_property; | ||
580 | struct drm_property *tv_hue_property; | ||
578 | 581 | ||
579 | /* Optional properties */ | 582 | /* Optional properties */ |
580 | struct drm_property *scaling_mode_property; | 583 | struct drm_property *scaling_mode_property; |