This adjusts SMU13 to match SMU11 and SMU12 behaviors in not showing
this message all the time.  It will still be accessible via
/sys/kernel/debug/dri/0/amdgpu_firmware_info

Signed-off-by: Mario Limonciello <mario.limoncie...@amd.com>
---
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 3 ---
 1 file changed, 3 deletions(-)

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..9c99c51740a1 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,9 +219,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.
-- 
2.25.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to