Skip to content

Commit 6a9d2e2

Browse files
ideakLucas De Marchi
authored andcommitted
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 bbc4a30) Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
1 parent dcb6c1d commit 6a9d2e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/xe/display/xe_display.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ void xe_display_pm_runtime_resume(struct xe_device *xe)
437437
return;
438438
}
439439

440+
intel_hpd_init(xe);
440441
intel_hpd_poll_disable(xe);
441442
}
442443

0 commit comments

Comments
 (0)