[PATCH] drm/xe: Do not flood dmesg with guc log
Rodrigo Vivi
rodrigo.vivi at intel.com
Wed Jan 17 21:11:51 UTC 2024
This information is already present at
/sys/kernel/debug/dri/0/gt0/uc/guc_log if needed.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
drivers/gpu/drm/xe/xe_guc.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_guc.c b/drivers/gpu/drm/xe/xe_guc.c
index 235d27b17ff99..8c473e29d9b83 100644
--- a/drivers/gpu/drm/xe/xe_guc.c
+++ b/drivers/gpu/drm/xe/xe_guc.c
@@ -443,7 +443,6 @@ static int guc_wait_ucode(struct xe_guc *guc)
if (ret) {
struct drm_device *drm = &xe->drm;
- struct drm_printer p = drm_info_printer(drm->dev);
drm_info(drm, "GuC load failed: status = 0x%08X\n", status);
drm_info(drm, "GuC load failed: status: Reset = %d, BootROM = 0x%02X, UKernel = 0x%02X, MIA = 0x%02X, Auth = 0x%02X\n",
@@ -466,7 +465,6 @@ static int guc_wait_ucode(struct xe_guc *guc)
ret = -ENXIO;
}
- xe_guc_log_print(&guc->log, &p);
} else {
drm_dbg(&xe->drm, "GuC successfully loaded");
}
--
2.43.0
More information about the Intel-xe
mailing list