[Intel-gfx] [PATCH 0/5] drm/i915: Assortment of plane fixes
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Mon Nov 7 20:20:52 UTC 2016
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
I found another breakage from my SKL plane check stuff when testing out Xv
on SKL, and we still have that 90/270 rotation fix which I already sent out
earlier. I also spotted a harmless bug in the VLV/CHV sprite code so I
figured I'd include the fix for that one as well. And Chris+smatch found
that my error handling was crap, so that too needs fixing. And just for kicks
I tossed in a small cleanup for the gen2/3 DSPADDR calculation.
Entire series available here:
git://github.com/vsyrjala/linux.git plane_fixes
Ville Syrjälä (5):
drm/i915: Fix scaling check for 90/270 degree plane rotation
drm/i915: Ignore bogus plane coordinates on SKL when the plane is not
visible
drm/i915: Grab the rotation from the passed plane state for VLV
sprites
drm/i915: Fix error handling for cursor/sprite plane create failure
drm/i915: Use intel_fb_gtt_offset() also for gen2/3 primary plane
drivers/gpu/drm/i915/intel_display.c | 29 ++++++++++++++++++-----------
drivers/gpu/drm/i915/intel_sprite.c | 2 +-
2 files changed, 19 insertions(+), 12 deletions(-)
--
2.7.4
More information about the Intel-gfx
mailing list