]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix 90/270 rotated coordinates for FBC
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 31 Mar 2017 18:00:56 +0000 (21:00 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 6 Jun 2017 16:31:28 +0000 (19:31 +0300)
commitdff40290d0ebcd8d57fcbd23e1749b6d10810e4a
tree2053ef2aae115d34140f2a02bfbd42ace7359197
parentb07c8ca8869e3005f04f25952ab353fe67c1de04
drm/i915: Fix 90/270 rotated coordinates for FBC

The clipped src coordinates have already been rotated by 270 degrees for
when the plane rotation is 90/270 degrees, hence the FBC code should no
longer swap the width and height.

Cc: stable@vger.kernel.org
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Fixes: f030b415ec55 ("drm/i915: Compute display surface offset in the plane check hook for SKL+")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170331180056.14086-4-ville.syrjala@linux.intel.com
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Tested-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/intel_fbc.c