]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/i915/display: Skip Panel Replay on pipe comparison if no active planes
authorJouni Högander <jouni.hogander@intel.com>
Fri, 7 Jun 2024 13:49:08 +0000 (16:49 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Tue, 11 Jun 2024 09:59:34 +0000 (12:59 +0300)
commit955446ed6e822b86751993bd69022d347b43a99e
treee6e30b517165bb78c23981d7737c05ab41bb7480
parentf36b4810f082d1d8c11362cde82b86390616a179
drm/i915/display: Skip Panel Replay on pipe comparison if no active planes

Panel Replay is not enabled if there are no active planes. Do not compare
it on pipe comparison. Otherwise we get pipe mismatch.

Fixes: ac9ef327327b ("drm/i915/psr: Panel replay has to be enabled before link training")
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240607134917.1327574-5-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_display.c