summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChengming Gui <Jack.Gui@amd.com>2022-02-10 09:04:56 +0800
committerAlex Deucher <alexander.deucher@amd.com>2022-05-05 16:51:43 -0400
commit86140844dc5f50b68df9d99ff342565cdefe1c85 (patch)
tree04291f1566a8e0894736946ceb29b018d007f708
parent8742f5f1c450fda02f6deb89aa054dd8bbd2d152 (diff)
downloadlinux-stable-86140844dc5f50b68df9d99ff342565cdefe1c85.tar.gz
linux-stable-86140844dc5f50b68df9d99ff342565cdefe1c85.tar.bz2
linux-stable-86140844dc5f50b68df9d99ff342565cdefe1c85.zip
drm/amdgpu/discovery: add SMUIO_13_0_8 func support
Add SMUIO funcs for SMUIO_13_0_8. Signed-off-by: Chengming Gui <Jack.Gui@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 45383c1b4dc7..02583b34b996 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: