From: Yifan Zhang Date: Tue, 12 Dec 2023 09:22:17 +0000 (+0800) Subject: drm/amdgpu: add smuio 14.0.1 support X-Git-Tag: v6.9-rc1~126^2~18^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5ce1f1a210181a9481b055d45b092eb77d28673;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: add smuio 14.0.1 support This patch to add smuio 14.0.1 support. Signed-off-by: Yifan 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 1d88adc07a852..efbe59712e92c 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: