Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Demote CCS_MODE info to debug only
@ 2024-05-03 19:03 Rodrigo Vivi
  2024-05-03 19:19 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Rodrigo Vivi @ 2024-05-03 19:03 UTC (permalink / raw)
  To: intel-xe; +Cc: Rodrigo Vivi, Niranjana Vishwanathapura

This information is printed in any gt_reset, which actually
occurs in any runtime resume, what can be so verbose in
production build. Let's demote it to debug only.

Cc: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drivers/gpu/drm/xe/xe_gt_ccs_mode.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_gt_ccs_mode.c b/drivers/gpu/drm/xe/xe_gt_ccs_mode.c
index 396aeb5b9924..a34c9a24dafc 100644
--- a/drivers/gpu/drm/xe/xe_gt_ccs_mode.c
+++ b/drivers/gpu/drm/xe/xe_gt_ccs_mode.c
@@ -68,8 +68,8 @@ static void __xe_gt_apply_ccs_mode(struct xe_gt *gt, u32 num_engines)
 
 	xe_mmio_write32(gt, CCS_MODE, mode);
 
-	xe_gt_info(gt, "CCS_MODE=%x config:%08x, num_engines:%d, num_slices:%d\n",
-		   mode, config, num_engines, num_slices);
+	xe_gt_dbg(gt, "CCS_MODE=%x config:%08x, num_engines:%d, num_slices:%d\n",
+		  mode, config, num_engines, num_slices);
 }
 
 void xe_gt_apply_ccs_mode(struct xe_gt *gt)
-- 
2.44.0


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

end of thread, other threads:[~2024-05-03 22:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-03 19:03 [PATCH] drm/xe: Demote CCS_MODE info to debug only Rodrigo Vivi
2024-05-03 19:19 ` ✓ CI.Patch_applied: success for " Patchwork
2024-05-03 19:19 ` ✓ CI.checkpatch: " Patchwork
2024-05-03 19:20 ` ✓ CI.KUnit: " Patchwork
2024-05-03 19:32 ` ✓ CI.Build: " Patchwork
2024-05-03 19:35 ` ✓ CI.Hooks: " Patchwork
2024-05-03 19:39 ` ✓ CI.checksparse: " Patchwork
2024-05-03 20:21 ` ✓ CI.BAT: " Patchwork
2024-05-03 20:39 ` [PATCH] " Lucas De Marchi
2024-05-03 22:45 ` ✓ CI.FULL: success for " Patchwork

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