It will be more informative regarding
GT if we use gt_err instead.

Cc: Andi Shyti <andi.sh...@intel.com>
Signed-off-by: Tejas Upadhyay <tejas.upadh...@intel.com>
---
 drivers/gpu/drm/i915/gt/selftest_engine_pm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/selftest_engine_pm.c 
b/drivers/gpu/drm/i915/gt/selftest_engine_pm.c
index 87c94314cf67..10e556a7eac4 100644
--- a/drivers/gpu/drm/i915/gt/selftest_engine_pm.c
+++ b/drivers/gpu/drm/i915/gt/selftest_engine_pm.c
@@ -5,6 +5,7 @@
 
 #include <linux/sort.h>
 
+#include "gt/intel_gt_print.h"
 #include "i915_selftest.h"
 #include "intel_engine_regs.h"
 #include "intel_gpu_commands.h"
@@ -402,7 +403,7 @@ static int live_engine_pm(void *arg)
 
                        /* gt wakeref is async (deferred to workqueue) */
                        if (intel_gt_pm_wait_for_idle(gt)) {
-                               pr_err("GT failed to idle\n");
+                               gt_err(gt, "GT failed to idle\n");
                                return -EINVAL;
                        }
                }
-- 
2.25.1

Reply via email to