[Intel-gfx] [PATCH 3/6] drm: Add rotation_property to mode_config
sonika.jindal at intel.com
sonika.jindal at intel.com
Tue Jul 15 10:40:26 CEST 2014
From: Sonika Jindal <sonika.jindal at intel.com>
Signed-off-by: Sonika Jindal <sonika.jindal at intel.com>
---
include/drm/drm_crtc.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index ce6df4a..5545dd3 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -819,6 +819,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;
--
1.7.10.4
More information about the Intel-gfx
mailing list