]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/swsmu: fix is_support_sw_smu() for VEGA20
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Oct 2021 15:32:49 +0000 (11:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Oct 2021 02:20:34 +0000 (22:20 -0400)
commit364ed9760f054fabd3ab308c18216f898051c8df
tree24d915b019d30ec73f247bced386d4964919e573
parentfcbb385ebfd51ecb8d7065d9e9d22f53bbdbd203
drm/amdgpu/swsmu: fix is_support_sw_smu() for VEGA20

VEGA20 is 11.0.2, but it's handled by powerplay, not
swsmu.

Fixes: 8ea90acdbdbcd5 ("drm/amdgpu/amdgpu_smu: convert to IP version checking")
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c