Skip to content

Commit a3ffaa5

Browse files
committed
drm/amdgpu/pm: drop SMU driver if version not matched messages
It just leads to user confusion. Cc: Yang Wang <[email protected]> Cc: Lijo Lazar <[email protected]> Reviewed-by: Yang Wang <[email protected]> Reviewed-by: Lijo Lazar <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit e471627) Cc: [email protected]
1 parent 7aaa804 commit a3ffaa5

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ int smu_v11_0_check_fw_version(struct smu_context *smu)
262262
"smu fw program = %d, version = 0x%08x (%d.%d.%d)\n",
263263
smu->smc_driver_if_version, if_version,
264264
smu_program, smu_version, smu_major, smu_minor, smu_debug);
265-
dev_info(smu->adev->dev, "SMU driver if version not matched\n");
266265
}
267266

268267
return ret;

drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ int smu_v12_0_check_fw_version(struct smu_context *smu)
101101
"smu fw program = %d, smu fw version = 0x%08x (%d.%d.%d)\n",
102102
smu->smc_driver_if_version, if_version,
103103
smu_program, smu_version, smu_major, smu_minor, smu_debug);
104-
dev_info(smu->adev->dev, "SMU driver if version not matched\n");
105104
}
106105

107106
return ret;

drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ int smu_v14_0_check_fw_version(struct smu_context *smu)
284284
"smu fw program = %d, smu fw version = 0x%08x (%d.%d.%d)\n",
285285
smu->smc_driver_if_version, if_version,
286286
smu_program, smu_version, smu_major, smu_minor, smu_debug);
287-
dev_info(adev->dev, "SMU driver if version not matched\n");
288287
}
289288

290289
return ret;

0 commit comments

Comments
 (0)