drm/amd: Don't show warning on reading vbios values for SMU13 3.1
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 14 Jun 2022 04:53:52 +0000 (23:53 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 21 Jun 2022 22:17:21 +0000 (18:17 -0400)
commit1320d6c7b0deb7219701a55397e93e6c73d00366
treed8fdacdaea4fff215159061ba0a2380282400fcf
parent51c45e450fc8529495bc85c2d8e309816cdcf959
drm/amd: Don't show warning on reading vbios values for SMU13 3.1

Some APUs with SMU13 are showing the following message:
`amdgpu 0000:63:00.0: amdgpu: Unexpected and unhandled version: 3.1`

This warning isn't relevant for smu info 3.1, as no bootup information
is present in the table.

Fixes: 593a54f18031 ("drm/amd/pm: correct the way for retrieving bootup clocks")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c