]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: add smuio 14.0.1 support
authorYifan Zhang <yifan1.zhang@amd.com>
Tue, 12 Dec 2023 09:22:17 +0000 (17:22 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 16 Feb 2024 20:42:11 +0000 (15:42 -0500)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 1d88adc07a852b560d33b11a23f78716f94f7dd4..efbe59712e92cd32e2a38bbdd759775dab088c75 100644 (file)
@@ -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: