]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix glk/cnl display w/a #1175
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 19 Jul 2018 18:21:57 +0000 (21:21 +0300)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 28 Aug 2018 19:50:37 +0000 (12:50 -0700)
commit4a0dbd7e8cf999ccfda6caae1056e5f0751b7a85
treea36b725da53ea819fb93c797ed2cc7919ac78812
parentf030a7bb7b1f7de16c1c716a587185e209e25800
drm/i915: Fix glk/cnl display w/a #1175

The workaround was supposed to look at the plane destination
coordinates. Currently it's looking at some mixture of src
and dst coordinates that doesn't make sense. Fix it up.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180719182214.4323-2-ville.syrjala@linux.intel.com
Fixes: d2ba83b416b7 (drm/i915: Add WA for planes ending close to left screen edge)
Reviewed-by: Imre Deak <imre.deak@intel.com>
(cherry picked from commit b1f1c2c11fc6c6cd3e361061e30f9b2839897b28)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/intel_display.c