Commit 2a297cce2e775812e9d6ca84c3ab92cee5c38e25

Authored by Sonika Jindal
Committed by Daniel Vetter
1 parent e57465f351

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/drm/drm_crtc.h
... ... @@ -821,6 +821,7 @@
821 821 struct drm_property *dpms_property;
822 822 struct drm_property *path_property;
823 823 struct drm_property *plane_type_property;
  824 + struct drm_property *rotation_property;
824 825  
825 826 /* DVI-I properties */
826 827 struct drm_property *dvi_i_subconnector_property;