]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: add support for HDP IP version 6.1.1
authorTim Huang <tim.huang@amd.com>
Thu, 12 Dec 2024 02:46:47 +0000 (10:46 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 21:27:47 +0000 (16:27 -0500)
This initializes HDP IP version 6.1.1.

Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Tim Huang <tim.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 9f8ba97c3c148b660d434ac4b94420fdf874ed25..ac1b95b9a4f6a32c4ec58f953e7bb57d753e2103 100644 (file)
@@ -3101,6 +3101,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(6, 0, 0):
        case IP_VERSION(6, 0, 1):
        case IP_VERSION(6, 1, 0):
+       case IP_VERSION(6, 1, 1):
                adev->hdp.funcs = &hdp_v6_0_funcs;
                break;
        case IP_VERSION(7, 0, 0):