]> git.itanic.dy.fi Git - linux-stable/commit
drm/amd/pm: downgrade log level upon SMU IF version mismatch
authorGuchun Chen <guchun.chen@amd.com>
Tue, 21 Feb 2023 04:35:25 +0000 (12:35 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 23 Feb 2023 22:35:59 +0000 (17:35 -0500)
commit424b3d7582a2a4a7c45d405225ac70cff97f2e4a
tree2cba0123100de982341e8157410299ac5ac76144
parentb1e9a718af2ec3d21734a8357e8f22aa3bb68bfb
drm/amd/pm: downgrade log level upon SMU IF version mismatch

SMU IF version mismatch as a warning message exists widely
after asic production, however, due to this log level setting,
such mismatch warning will be caught by automation test like
IGT and reported as a fake error after checking. As such mismatch
does not break anything, to reduce confusion, downgrade it from
dev_warn to dev_info.

Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c
drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c