aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_blend.h
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2016-10-21 22:22:45 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-10-22 10:42:11 +0200
commit6686df8cf1cf589c54343372e3524bf52cda038e (patch)
treebd58c8614dffe0c5ee3c1f1e825deae46c99ee4c /include/drm/drm_blend.h
parentdrm/msm/mdp5: Advertize 180 degree rotation (diff)
downloadlinux-dev-6686df8cf1cf589c54343372e3524bf52cda038e.tar.xz
linux-dev-6686df8cf1cf589c54343372e3524bf52cda038e.zip
drm: RIP mode_config->rotation_property
Now that all drivers have been converted over to the per-plane rotation property, we can just nuke the global rotation property. v2: Rebase due to BIT(),__builtin_ffs() & co. Deal with superfluous code shuffling Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1477077768-4274-4-git-send-email-ville.syrjala@linux.intel.com
Diffstat (limited to 'include/drm/drm_blend.h')
-rw-r--r--include/drm/drm_blend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_blend.h b/include/drm/drm_blend.h
index fd351924e1c5..13221cf9b3eb 100644
--- a/include/drm/drm_blend.h
+++ b/include/drm/drm_blend.h
@@ -52,8 +52,6 @@ static inline bool drm_rotation_90_or_270(unsigned int rotation)
return rotation & (DRM_ROTATE_90 | DRM_ROTATE_270);
}
-struct drm_property *drm_mode_create_rotation_property(struct drm_device *dev,
- unsigned int supported_rotations);
int drm_plane_create_rotation_property(struct drm_plane *plane,
unsigned int rotation,
unsigned int supported_rotations);