From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Found some patches lying about that implement the per-plane rotation property I've been going on about occasionally. There's also a fix for atomic to reject invalid rotation angles. I also tossed in support for horizontal mirroring on CHV, because I could. Series available here: git://github.com/vsyrjala/linux.git chv_mirror Ville Syrjälä (7): 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/i915: Use the per-plane 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/atmel-hlcdc/atmel_hlcdc_plane.c | 4 +- drivers/gpu/drm/drm_atomic.c | 8 +- drivers/gpu/drm/drm_atomic_helper.c | 2 +- drivers/gpu/drm/drm_crtc.c | 3 +- drivers/gpu/drm/drm_fb_helper.c | 6 +- drivers/gpu/drm/i915/intel_atomic_plane.c | 10 ++- drivers/gpu/drm/i915/intel_display.c | 104 ++++++++++++++---------- drivers/gpu/drm/i915/intel_drv.h | 10 +-- drivers/gpu/drm/i915/intel_fbc.c | 2 +- drivers/gpu/drm/i915/intel_pm.c | 12 +-- drivers/gpu/drm/i915/intel_sprite.c | 56 +++++++++---- drivers/gpu/drm/omapdrm/omap_plane.c | 8 +- include/drm/drm_crtc.h | 7 ++ 13 files changed, 140 insertions(+), 92 deletions(-) -- 2.7.4 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx