drm/amdgpu/discovery: add hdp 6.1.0 support
authorPrike Liang <Prike.Liang@amd.com>
Tue, 24 May 2022 03:19:45 +0000 (11:19 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Aug 2023 20:35:23 +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 cdb955500cf40d14b54f9787af33e5df228b38b7..3bda4f6be3e155d63f5c5e8be1561be4f379e0bc 100644 (file)
@@ -2449,6 +2449,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
                break;
        case IP_VERSION(6, 0, 0):
        case IP_VERSION(6, 0, 1):
+       case IP_VERSION(6, 1, 0):
                adev->hdp.funcs = &hdp_v6_0_funcs;
                break;
        default: