aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
authorSonika Jindal <sonika.jindal@intel.com>2014-08-05 01:56:54 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-08-08 11:43:52 -0400
commit2a297cce2e775812e9d6ca84c3ab92cee5c38e25 (patch)
tree9d851991e5cdcbb963c802486c84d36a65f92e4d /include/drm/drm_crtc.h
parente57465f35192246b6587c3bc89b5ed96a8fdfb00 (diff)
drm: Add rotation_property to mode_config
Signed-off-by: Sonika Jindal <sonika.jindal@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Acked-by: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index f1105d0da059..62f73bdbcc47 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -821,6 +821,7 @@ struct drm_mode_config {
821 struct drm_property *dpms_property; 821 struct drm_property *dpms_property;
822 struct drm_property *path_property; 822 struct drm_property *path_property;
823 struct drm_property *plane_type_property; 823 struct drm_property *plane_type_property;
824 struct drm_property *rotation_property;
824 825
825 /* DVI-I properties */ 826 /* DVI-I properties */
826 struct drm_property *dvi_i_subconnector_property; 827 struct drm_property *dvi_i_subconnector_property;