Commit a3ffaa5b authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/pm: drop SMU driver if version not matched messages



It just leads to user confusion.

Cc: Yang Wang <kevinyang.wang@amd.com>
Cc: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: default avatarYang Wang <kevinyang.wang@amd.com>
Reviewed-by: default avatarLijo Lazar <lijo.lazar@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
(cherry picked from commit e471627d)
Cc: stable@vger.kernel.org
parent 7aaa8047
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -262,7 +262,6 @@ int smu_v11_0_check_fw_version(struct smu_context *smu)
			"smu fw program = %d, version = 0x%08x (%d.%d.%d)\n",
			smu->smc_driver_if_version, if_version,
			smu_program, smu_version, smu_major, smu_minor, smu_debug);
		dev_info(smu->adev->dev, "SMU driver if version not matched\n");
	}

	return ret;
+0 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ int smu_v12_0_check_fw_version(struct smu_context *smu)
			"smu fw program = %d, smu fw version = 0x%08x (%d.%d.%d)\n",
			smu->smc_driver_if_version, if_version,
			smu_program, smu_version, smu_major, smu_minor, smu_debug);
		dev_info(smu->adev->dev, "SMU driver if version not matched\n");
	}

	return ret;
+0 −1
Original line number Diff line number Diff line
@@ -284,7 +284,6 @@ int smu_v14_0_check_fw_version(struct smu_context *smu)
			 "smu fw program = %d, smu fw version = 0x%08x (%d.%d.%d)\n",
			 smu->smc_driver_if_version, if_version,
			 smu_program, smu_version, smu_major, smu_minor, smu_debug);
		dev_info(adev->dev, "SMU driver if version not matched\n");
	}

	return ret;