From: Prike Liang Date: Tue, 24 May 2022 03:23:16 +0000 (+0800) Subject: drm/amdgpu/discovery: add smuio 14.0.0 support X-Git-Tag: v6.6-rc1~1^2~9^2~192 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=eff7a442c1f924d52ca245218e143e19311dc438;p=linux-2.6-block.git drm/amdgpu/discovery: add smuio 14.0.0 support Add to IP discovery table. Signed-off-by: Prike Liang 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 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: