Skip to content

Commit bbc4a30

Browse files
committed
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]
1 parent a4de6be commit bbc4a30

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
@@ -479,6 +479,7 @@ void xe_display_pm_runtime_resume(struct xe_device *xe)
479479
return;
480480
}
481481

482+
intel_hpd_init(xe);
482483
intel_hpd_poll_disable(xe);
483484
}
484485

0 commit comments

Comments
 (0)