aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
authorSonika Jindal <sonika.jindal@intel.com>2014-08-05 11:26:54 +0530
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-08-08 17:43:52 +0200
commit2a297cce2e775812e9d6ca84c3ab92cee5c38e25 (patch)
tree9d851991e5cdcbb963c802486c84d36a65f92e4d /include/drm/drm_crtc.h
parentdrm/i915: Make intel_plane_restore() return an error (diff)
downloadlinux-dev-2a297cce2e775812e9d6ca84c3ab92cee5c38e25.tar.xz
linux-dev-2a297cce2e775812e9d6ca84c3ab92cee5c38e25.zip
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 {
struct drm_property *dpms_property;
struct drm_property *path_property;
struct drm_property *plane_type_property;
+ struct drm_property *rotation_property;
/* DVI-I properties */
struct drm_property *dvi_i_subconnector_property;