diff options
author | Prike Liang <Prike.Liang@amd.com> | 2022-05-24 11:23:16 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-08-07 16:35:27 -0400 |
commit | eff7a442c1f924d52ca245218e143e19311dc438 (patch) | |
tree | af30bd33c6952fca5cc178618629a2b9e9e93222 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
parent | 9b9a5e34d4bb5d07fa22dabbc5807cc4acce839c (diff) |
drm/amdgpu/discovery: add smuio 14.0.0 support
Add to IP discovery table.
Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 |
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 3bda4f6be3e1..33663597339c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -2512,6 +2512,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) break; case IP_VERSION(13, 0, 6): case IP_VERSION(13, 0, 8): + case IP_VERSION(14, 0, 0): adev->smuio.funcs = &smuio_v13_0_6_funcs; break; default: |