Commit bbc4a30d authored by Imre Deak's avatar Imre Deak
Browse files

drm/xe/display: Add missing HPD interrupt enabling during non-d3cold RPM resume



Atm the display HPD interrupts that got disabled during runtime
suspend, are re-enabled only if d3cold is enabled. Fix things by
also re-enabling the interrupts if d3cold is disabled.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: default avatarJonathan Cavitt <jonathan.cavitt@intel.com>
Signed-off-by: default avatarImre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241009194358.1321200-5-imre.deak@intel.com
parent a4de6beb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -479,6 +479,7 @@ void xe_display_pm_runtime_resume(struct xe_device *xe)
		return;
	}

	intel_hpd_init(xe);
	intel_hpd_poll_disable(xe);
}