From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Here's an expaned version of my earlier series [1]. This time I went as far as nuking the mode_config.rotation_property in favor of the per-plane property. Also tried to fix a few buglets in omap/msm rotation property setup. Entire series is available here: git://github.com/vsyrjala/linux.git chv_mirror_2 [1] https://lists.freedesktop.org/archives/dri-devel/2016-July/113636.html Ville Syrjälä (15): drm: Add drm_rotation_90_or_270() drm/atomic: Reject attempts to use multiple rotation angles at once drm: Add support for optional per-plane rotation property drm/arm: Use per-plane rotation property drm/atmel-hlcdc: Use per-plane rotation property drm/omap: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0 drm/omap: Use per-plane rotation property drm/msm/mdp5: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0 drm/msm/mdp5: Use per-plane rotation property drm/msm/mdp5: Advertize 180 degree rotation drm/i915: Use the per-plane rotation property drm: RIP mode_config->rotation_property drm/i915: Use & instead if == to check for rotations drm/i915: Clean up rotation DSPCNTR/DVSCNTR/etc. setup drm/i915: Add horizontal mirroring support for CHV pipe B planes drivers/gpu/drm/arm/malidp_planes.c | 13 ++- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c | 22 ++--- drivers/gpu/drm/drm_atomic.c | 6 +- drivers/gpu/drm/drm_atomic_helper.c | 2 +- drivers/gpu/drm/drm_crtc.c | 26 ++++-- drivers/gpu/drm/drm_fb_helper.c | 5 +- drivers/gpu/drm/i915/intel_atomic_plane.c | 10 ++- drivers/gpu/drm/i915/intel_display.c | 103 ++++++++++++------------ drivers/gpu/drm/i915/intel_drv.h | 9 --- drivers/gpu/drm/i915/intel_fbc.c | 2 +- drivers/gpu/drm/i915/intel_pm.c | 12 +-- drivers/gpu/drm/i915/intel_sprite.c | 58 +++++++++---- drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c | 34 +++++--- drivers/gpu/drm/omapdrm/omap_crtc.c | 13 ++- drivers/gpu/drm/omapdrm/omap_drv.c | 50 ++++++------ drivers/gpu/drm/omapdrm/omap_plane.c | 20 ++--- include/drm/drm_crtc.h | 20 +++-- 17 files changed, 224 insertions(+), 181 deletions(-) -- 2.7.4 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx