]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe/display: Add missing watermark ipc update at runtime resume
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Fri, 31 Jan 2025 11:50:14 +0000 (06:50 -0500)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 12 Feb 2025 20:03:07 +0000 (15:03 -0500)
Continuing the alignment with i915 runtime pm sequence. Add
this missing call.

Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250131115014.29625-1-rodrigo.vivi@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/display/xe_display.c

index 7f0d8f00acff7bea1bfb137f85320face6dbd917..376c36ca06db39309167f61f31893773c06c2a41 100644 (file)
@@ -29,6 +29,7 @@
 #include "intel_hdcp.h"
 #include "intel_hotplug.h"
 #include "intel_opregion.h"
+#include "skl_watermark.h"
 #include "xe_module.h"
 
 /* Xe device functions */
@@ -481,6 +482,7 @@ void xe_display_pm_runtime_resume(struct xe_device *xe)
 
        intel_hpd_init(xe);
        intel_hpd_poll_disable(xe);
+       skl_watermark_ipc_update(xe);
 }