]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: RIP mode_config->rotation_property
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 21 Oct 2016 19:22:45 +0000 (22:22 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 22 Oct 2016 08:42:11 +0000 (10:42 +0200)
commit6686df8cf1cf589c54343372e3524bf52cda038e
treebd58c8614dffe0c5ee3c1f1e825deae46c99ee4c
parent574a37b1bb07499778e6f46b56b6dda18151ad04
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
drivers/gpu/drm/drm_atomic.c
drivers/gpu/drm/drm_blend.c
drivers/gpu/drm/drm_fb_helper.c
include/drm/drm_blend.h
include/drm/drm_crtc.h