summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorYifan Zhang <yifan1.zhang@amd.com>2023-12-12 12:22:17 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-02-16 23:42:11 +0300
commitc5ce1f1a210181a9481b055d45b092eb77d28673 (patch)
tree45ca062b92c36eaeda9ec73dd495b1bdd8550e1d /drivers/gpu/drm/amd/amdgpu
parentbd377b128125b8963ef7c16953373ae610341c5a (diff)
downloadlinux-c5ce1f1a210181a9481b055d45b092eb77d28673.tar.xz
drm/amdgpu: add smuio 14.0.1 support
This patch to add smuio 14.0.1 support. Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-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 1d88adc07a85..efbe59712e92 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -2648,6 +2648,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
case IP_VERSION(13, 0, 6):
case IP_VERSION(13, 0, 8):
case IP_VERSION(14, 0, 0):
+ case IP_VERSION(14, 0, 1):
adev->smuio.funcs = &smuio_v13_0_6_funcs;
break;
default: