OSDN Git Service

drm/amdgpu/discovery: add smuio 14.0.0 support
authorPrike Liang <Prike.Liang@amd.com>
Tue, 24 May 2022 03:23:16 +0000 (11:23 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Aug 2023 20:35:27 +0000 (16:35 -0400)
Add to IP discovery table.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 3bda4f6..3366359 100644 (file)
@@ -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: