]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/display: Workaround cursor left overs with PSR2 selective fetch enabled
authorJosé Roberto de Souza <jose.souza@intel.com>
Tue, 14 Sep 2021 21:25:05 +0000 (14:25 -0700)
committerJosé Roberto de Souza <jose.souza@intel.com>
Fri, 17 Sep 2021 17:58:48 +0000 (10:58 -0700)
commit34af35f03b66679a2ba190b89fb3b9643ac927a9
tree42fe8b2aa2fd842a8bb6a00607184c54438f970b
parent84b1ae7cf02e5a40fe90338c9c37da6e23dd2ec6
drm/i915/display: Workaround cursor left overs with PSR2 selective fetch enabled

Not sure why but when moving the cursor fast it causes some artifacts
of the cursor to be left in the cursor path, adding some pixels above
the cursor to the damaged area fixes the issue, so leaving this as a
workaround until proper fix is found.

This is reproducile on TGL and ADL-P.

Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210914212507.177511-3-jose.souza@intel.com
drivers/gpu/drm/i915/display/intel_psr.c