]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/xe/display: Add missing HPD interrupt enabling during non-d3cold RPM resume
authorImre Deak <imre.deak@intel.com>
Wed, 9 Oct 2024 19:43:58 +0000 (22:43 +0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 29 Oct 2024 14:12:56 +0000 (07:12 -0700)
commit6a9d2e2988fa3ef9b03ddd9ba9aaa54dc23635e6
tree98e5b88777e26deca0f6954e9c384bcb31cfeb6b
parentdcb6c1d071712186c213c26b245779f7859b9cec
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: Jonathan Cavitt <jonathan.cavitt@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241009194358.1321200-5-imre.deak@intel.com
(cherry picked from commit bbc4a30de095f0349d3c278500345a1b620d495e)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/display/xe_display.c