]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/alpm: ALPM disable fixes
authorJouni Högander <jouni.hogander@intel.com>
Thu, 12 Feb 2026 06:27:31 +0000 (08:27 +0200)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Mon, 23 Feb 2026 10:44:06 +0000 (12:44 +0200)
commiteb4a7139e97374f42b7242cc754e77f1623fbcd5
tree0d4980a9b1fcd38a755fe867179f5e95c22bf015
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
drm/i915/alpm: ALPM disable fixes

PORT_ALPM_CTL is supposed to be written only before link training. Remove
writing it from ALPM disable.

Also clearing ALPM_CTL_ALPM_AUX_LESS_ENABLE and is not about disabling ALPM
but switching to AUX-Wake ALPM. Stop touching this bit on ALPM disable.

Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/7153
Fixes: 1ccbf135862b ("drm/i915/psr: Enable ALPM on source side for eDP Panel replay")
Cc: Animesh Manna <animesh.manna@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: <stable@vger.kernel.org> # v6.10+
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Michał Grzelak <michal.grzelak@intel.com>
Link: https://patch.msgid.link/20260212062731.397801-1-jouni.hogander@intel.com
(cherry picked from commit 008304c9ae75c772d3460040de56e12112cdf5e6)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/display/intel_alpm.c