Skip to content

Commit b744675

Browse files
committed
drm/xe/display: Add missing watermark ipc update at runtime resume
Continuing the alignment with i915 runtime pm sequence. Add this missing call. Reviewed-by: Jonathan Cavitt <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent 1d3ae92 commit b744675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "intel_hdcp.h"
3030
#include "intel_hotplug.h"
3131
#include "intel_opregion.h"
32+
#include "skl_watermark.h"
3233
#include "xe_module.h"
3334

3435
/* Xe device functions */
@@ -481,6 +482,7 @@ void xe_display_pm_runtime_resume(struct xe_device *xe)
481482

482483
intel_hpd_init(xe);
483484
intel_hpd_poll_disable(xe);
485+
skl_watermark_ipc_update(xe);
484486
}
485487

486488

0 commit comments

Comments
 (0)