All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] drm/amd/pm: Don't output SMU version for smu13 every time
@ 2021-07-30 16:02 Mario Limonciello
  2021-07-30 16:02 ` [PATCH v2 2/3] drm/amdgpu: Convert SMU version to decimal in debugfs Mario Limonciello
  2021-07-30 16:02 ` [PATCH v2 3/3] drm/amd/pm: Downgrade SMU mismatch information messages Mario Limonciello
  0 siblings, 2 replies; 3+ messages in thread
From: Mario Limonciello @ 2021-07-30 16:02 UTC (permalink / raw)
  To: amd-gfx; +Cc: Mario Limonciello

This adjusts SMU13 to match SMU11 and SMU12 behaviors in not showing
this message all the time by default.

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
---
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

v1->v2:
 * Downgrade to debug instead of dropping
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
index a421ba85bd6d..e946314e1f90 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
@@ -219,7 +219,7 @@ int smu_v13_0_check_fw_version(struct smu_context *smu)
 		break;
 	}
 
-	dev_info(smu->adev->dev, "smu fw reported version = 0x%08x (%d.%d.%d)\n",
+	dev_dbg(smu->adev->dev, "smu fw reported version = 0x%08x (%d.%d.%d)\n",
 			 smu_version, smu_major, smu_minor, smu_debug);
 
 	/*
-- 
2.25.1


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

end of thread, other threads:[~2021-07-30 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 16:02 [PATCH v2 1/3] drm/amd/pm: Don't output SMU version for smu13 every time Mario Limonciello
2021-07-30 16:02 ` [PATCH v2 2/3] drm/amdgpu: Convert SMU version to decimal in debugfs Mario Limonciello
2021-07-30 16:02 ` [PATCH v2 3/3] drm/amd/pm: Downgrade SMU mismatch information messages Mario Limonciello

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.