Re: [PATCH 2/3] drm/amdgpu/swsmu: fix is_support_sw_smu() for VEGA20

2021-10-13 Thread Alex Deucher
Ping on this series. On Tue, Oct 12, 2021 at 11:53 AM Alex Deucher wrote: > > VEGA20 is 11.0.2, but it's handled by powerplay, not > swsmu. > > Fixes: a8967967f6a554 ("drm/amdgpu/amdgpu_smu: convert to IP version > checking") > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/pm/swsmu/a

[PATCH 2/3] drm/amdgpu/swsmu: fix is_support_sw_smu() for VEGA20

2021-10-12 Thread Alex Deucher
VEGA20 is 11.0.2, but it's handled by powerplay, not swsmu. Fixes: a8967967f6a554 ("drm/amdgpu/amdgpu_smu: convert to IP version checking") Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/amd/pm/sws