From: Chengming Gui Date: Thu, 10 Feb 2022 01:04:56 +0000 (+0800) Subject: drm/amdgpu/discovery: add SMUIO_13_0_8 func support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=86140844dc5f50b68df9d99ff342565cdefe1c85;p=linux.git drm/amdgpu/discovery: add SMUIO_13_0_8 func support Add SMUIO funcs for SMUIO_13_0_8. Signed-off-by: Chengming Gui Reviewed-by: Hawking Zhang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index 45383c1b4dc7e..02583b34b9961 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -2270,6 +2270,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) adev->smuio.funcs = &smuio_v13_0_funcs; break; case IP_VERSION(13, 0, 6): + case IP_VERSION(13, 0, 8): adev->smuio.funcs = &smuio_v13_0_6_funcs; break; default: