]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amdgpu: add support for HDP IP version 6.4.0
authorPratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Fri, 19 Dec 2025 11:34:33 +0000 (17:04 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2026 17:50:26 +0000 (13:50 -0400)
This initializes HDP IP version 6.4.0.

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

index 7a3f93baa422ca81c70cc76cf3156239c5c1e487..e96560385a07259ca676ec0ad978378fecb63af0 100644 (file)
@@ -3264,6 +3264,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(6, 0, 1):
        case IP_VERSION(6, 1, 0):
        case IP_VERSION(6, 1, 1):
+       case IP_VERSION(6, 4, 0):
                adev->hdp.funcs = &hdp_v6_0_funcs;
                break;
        case IP_VERSION(7, 0, 0):