From: Mario Limonciello Date: Mon, 13 Dec 2021 15:05:09 +0000 (-0600) Subject: drivers/amd/pm: drop statement to print FW version for smu_v13 X-Git-Tag: perf_urgent_for_v5.17_rc2~93^2~8^2~25 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ff7ac85282a12c4f4968fa810186fda32b10dea7;p=users%2Fdwmw2%2Flinux.git drivers/amd/pm: drop statement to print FW version for smu_v13 Update smu_v13 to match smu_v12 and smu_v11 behavior where this is fetched from debugfs rather than in kernel logs on every boot. Signed-off-by: Mario Limonciello Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- 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 7fdb63da13162..677a246212f9b 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 @@ -227,9 +227,6 @@ 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", - smu_version, smu_major, smu_minor, smu_debug); - /* * 1. if_version mismatch is not critical as our fw is designed * to be backward compatible.