diff options
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 08ed55e02762..be7114e76d1b 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -835,6 +835,7 @@ struct drm_mode_config { | |||
835 | 835 | ||
836 | /* Optional properties */ | 836 | /* Optional properties */ |
837 | struct drm_property *scaling_mode_property; | 837 | struct drm_property *scaling_mode_property; |
838 | struct drm_property *aspect_ratio_property; | ||
838 | struct drm_property *dirty_info_property; | 839 | struct drm_property *dirty_info_property; |
839 | 840 | ||
840 | /* dumb ioctl parameters */ | 841 | /* dumb ioctl parameters */ |
@@ -1023,6 +1024,7 @@ extern int drm_mode_create_dvi_i_properties(struct drm_device *dev); | |||
1023 | extern int drm_mode_create_tv_properties(struct drm_device *dev, int num_formats, | 1024 | extern int drm_mode_create_tv_properties(struct drm_device *dev, int num_formats, |
1024 | char *formats[]); | 1025 | char *formats[]); |
1025 | extern int drm_mode_create_scaling_mode_property(struct drm_device *dev); | 1026 | extern int drm_mode_create_scaling_mode_property(struct drm_device *dev); |
1027 | extern int drm_mode_create_aspect_ratio_property(struct drm_device *dev); | ||
1026 | extern int drm_mode_create_dirty_info_property(struct drm_device *dev); | 1028 | extern int drm_mode_create_dirty_info_property(struct drm_device *dev); |
1027 | 1029 | ||
1028 | extern int drm_mode_connector_attach_encoder(struct drm_connector *connector, | 1030 | extern int drm_mode_connector_attach_encoder(struct drm_connector *connector, |