aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2014-07-08 01:01:51 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-07-11 17:42:45 -0400
commit06596961966bfeb128bc07f250b68fb9c5f177ef (patch)
treebd0f499deec68ef3aaed56babd2a132bbbb994e9 /drivers/gpu/drm/omapdrm
parent7707df4ad6c73e005098c4b4db2f86494e9d404d (diff)
drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h
The rotation property stuff should be standardized among all drivers. Move the bits to drm_crtc.h from omap_drv.h. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Imre Deak <imre.deak@intel.com> Acked-by: Dave Airlie <airlied@linux.ie> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/omapdrm')
-rw-r--r--drivers/gpu/drm/omapdrm/omap_drv.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.h b/drivers/gpu/drm/omapdrm/omap_drv.h
index 284b80fc3c54..b08a450d1b5d 100644
--- a/drivers/gpu/drm/omapdrm/omap_drv.h
+++ b/drivers/gpu/drm/omapdrm/omap_drv.h
@@ -119,13 +119,6 @@ struct omap_drm_private {
119 struct omap_drm_irq error_handler; 119 struct omap_drm_irq error_handler;
120}; 120};
121 121
122/* this should probably be in drm-core to standardize amongst drivers */
123#define DRM_ROTATE_0 0
124#define DRM_ROTATE_90 1
125#define DRM_ROTATE_180 2
126#define DRM_ROTATE_270 3
127#define DRM_REFLECT_X 4
128#define DRM_REFLECT_Y 5
129 122
130#ifdef CONFIG_DEBUG_FS 123#ifdef CONFIG_DEBUG_FS
131int omap_debugfs_init(struct drm_minor *minor); 124int omap_debugfs_init(struct drm_minor *minor);