Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Remove debug message from migrate_clear()
@ 2024-04-05 15:38 José Roberto de Souza
  2024-04-05 18:10 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: José Roberto de Souza @ 2024-04-05 15:38 UTC (permalink / raw)
  To: intel-xe; +Cc: José Roberto de Souza

This messages is printed a lot and from my understanding it do not
bring any value, so here dropping it.

Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
---
 drivers/gpu/drm/xe/xe_migrate.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_migrate.c b/drivers/gpu/drm/xe/xe_migrate.c
index 524b0198fcae3..2e37cbe35d16e 100644
--- a/drivers/gpu/drm/xe/xe_migrate.c
+++ b/drivers/gpu/drm/xe/xe_migrate.c
@@ -984,7 +984,6 @@ struct dma_fence *xe_migrate_clear(struct xe_migrate *m,
 	struct xe_res_cursor src_it;
 	struct ttm_resource *src = dst;
 	int err;
-	int pass = 0;
 
 	if (!clear_vram)
 		xe_res_first_sg(xe_bo_sg(bo), 0, bo->size, &src_it);
@@ -1005,8 +1004,6 @@ struct dma_fence *xe_migrate_clear(struct xe_migrate *m,
 
 		clear_L0 = xe_migrate_res_sizes(m, &src_it);
 
-		drm_dbg(&xe->drm, "Pass %u, size: %llu\n", pass++, clear_L0);
-
 		/* Calculate final sizes and batch size.. */
 		batch_size = 2 +
 			pte_update_size(m, clear_vram, src, &src_it,
-- 
2.44.0


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

end of thread, other threads:[~2024-04-06  4:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-05 15:38 [PATCH] drm/xe: Remove debug message from migrate_clear() José Roberto de Souza
2024-04-05 18:10 ` ✓ CI.Patch_applied: success for " Patchwork
2024-04-05 18:10 ` ✓ CI.checkpatch: " Patchwork
2024-04-05 18:11 ` ✓ CI.KUnit: " Patchwork
2024-04-05 18:23 ` ✓ CI.Build: " Patchwork
2024-04-05 18:25 ` ✓ CI.Hooks: " Patchwork
2024-04-05 18:27 ` ✓ CI.checksparse: " Patchwork
2024-04-05 18:51 ` ✓ CI.BAT: " Patchwork
2024-04-06  4:03 ` [PATCH] " Matthew Brost

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