From: tiancyin <tianci....@amd.com>

Signed-off-by: tiancyin <tianci....@amd.com>
Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>
---
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/powerplay/smu_v11_0.c 
b/drivers/gpu/drm/amd/powerplay/smu_v11_0.c
index 3f1176420b0e..93714ee9f32e 100644
--- a/drivers/gpu/drm/amd/powerplay/smu_v11_0.c
+++ b/drivers/gpu/drm/amd/powerplay/smu_v11_0.c
@@ -257,8 +257,10 @@ static int smu_v11_0_check_fw_version(struct smu_context 
*smu)
        smu_minor = (smu_version >> 8) & 0xff;
        smu_debug = (smu_version >> 0) & 0xff;
 
-       pr_info("SMU Driver IF Version = 0x%08x, SMU FW Version = 0x%08x 
(%d.%d.%d)\n",
-               if_version, smu_version, smu_major, smu_minor, smu_debug);
+       pr_info("SMU Driver IF Version = 0x%08x, SMU FW IF Version = 0x%08x,"
+               " SMU FW Version = 0x%08x (%d.%d.%d)\n",
+               if_version, smu->smc_if_version,
+               smu_version, smu_major, smu_minor, smu_debug);
 
        if (if_version != smu->smc_if_version) {
                pr_err("SMU driver if version not matched\n");
-- 
2.20.1

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

Reply via email to