Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Do not flood dmesg with guc log
@ 2024-01-17 20:40 Rodrigo Vivi
  2024-01-17 21:11 ` Rodrigo Vivi
                   ` (15 more replies)
  0 siblings, 16 replies; 24+ messages in thread
From: Rodrigo Vivi @ 2024-01-17 20:40 UTC (permalink / raw)
  To: intel-xe; +Cc: Rodrigo Vivi

This information is already present at
/sys/kernel/debug/dri/0/gt0/uc/guc_log if needed.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drivers/gpu/drm/xe/xe_guc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_guc.c b/drivers/gpu/drm/xe/xe_guc.c
index 235d27b17ff99..2a71348c5deda 100644
--- a/drivers/gpu/drm/xe/xe_guc.c
+++ b/drivers/gpu/drm/xe/xe_guc.c
@@ -466,7 +466,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


^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2024-01-19  0:02 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-17 20:40 [PATCH] drm/xe: Do not flood dmesg with guc log Rodrigo Vivi
2024-01-17 21:11 ` Rodrigo Vivi
2024-01-17 23:42 ` Lucas De Marchi
2024-01-18 14:31   ` Rodrigo Vivi
2024-01-18 18:16     ` Lucas De Marchi
2024-01-18 19:10       ` Matthew Brost
2024-01-18 20:58         ` Lucas De Marchi
2024-01-18 21:46           ` Rodrigo Vivi
2024-01-18 21:48           ` Rodrigo Vivi
2024-01-19  0:00             ` Lucas De Marchi
2024-01-18  2:10 ` ✓ CI.Patch_applied: success for drm/xe: Do not flood dmesg with guc log (rev2) Patchwork
2024-01-18  2:10 ` ✓ CI.checkpatch: " Patchwork
2024-01-18  2:11 ` ✓ CI.KUnit: " Patchwork
2024-01-18  2:18 ` ✓ CI.Build: " Patchwork
2024-01-18  2:19 ` ✓ CI.Hooks: " Patchwork
2024-01-18  2:20 ` ✓ CI.checksparse: " Patchwork
2024-01-18  2:43 ` ✓ CI.BAT: " Patchwork
2024-01-18 21:52 ` ✓ CI.Patch_applied: success for drm/xe: Do not flood dmesg with guc log (rev3) Patchwork
2024-01-18 21:52 ` ✓ CI.checkpatch: " Patchwork
2024-01-18 21:53 ` ✓ CI.KUnit: " Patchwork
2024-01-18 22:00 ` ✓ CI.Build: " Patchwork
2024-01-18 22:00 ` ✓ CI.Hooks: " Patchwork
2024-01-18 22:02 ` ✓ CI.checksparse: " Patchwork
2024-01-18 22:26 ` ✓ CI.BAT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox