Skip to content

Commit f91d5e9

Browse files
committed
Merge tag 'drm-intel-fixes-2026-02-25' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
- Fix #7153: Panel Replay stuck with X during mode transitions on Panther Lake Signed-off-by: Dave Airlie <airlied@redhat.com> From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patch.msgid.link/aZ8JxQkN5oMxXsT6@jlahtine-mobl
2 parents 6de23f8 + eb4a713 commit f91d5e9

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

drivers/gpu/drm/i915/display/intel_alpm.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -562,12 +562,7 @@ void intel_alpm_disable(struct intel_dp *intel_dp)
562562
mutex_lock(&intel_dp->alpm.lock);
563563

564564
intel_de_rmw(display, ALPM_CTL(display, cpu_transcoder),
565-
ALPM_CTL_ALPM_ENABLE | ALPM_CTL_LOBF_ENABLE |
566-
ALPM_CTL_ALPM_AUX_LESS_ENABLE, 0);
567-
568-
intel_de_rmw(display,
569-
PORT_ALPM_CTL(cpu_transcoder),
570-
PORT_ALPM_CTL_ALPM_AUX_LESS_ENABLE, 0);
565+
ALPM_CTL_ALPM_ENABLE | ALPM_CTL_LOBF_ENABLE, 0);
571566

572567
drm_dbg_kms(display->drm, "Disabling ALPM\n");
573568
mutex_unlock(&intel_dp->alpm.lock);

0 commit comments

Comments
 (0)