Skip to content

Commit 6a9d2e2

Browse files
ideaklucasdemarchi
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 <[email protected]> Reviewed-by: Jonathan Cavitt <[email protected]> Signed-off-by: Imre Deak <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit bbc4a30) Signed-off-by: Lucas De Marchi <[email protected]>
1 parent dcb6c1d commit 6a9d2e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)