]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amdgpu: add support for IH IP version 6.4.0
authorPratik Vishwakarma <Pratik.Vishwakarma@amd.com>
Fri, 19 Dec 2025 11:32:03 +0000 (17:02 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 3 Jun 2026 17:50:24 +0000 (13:50 -0400)
This initializes IH 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 363b074452f81490ea941d31ab584a1f73c95301..7a3f93baa422ca81c70cc76cf3156239c5c1e487 100644 (file)
@@ -2227,6 +2227,7 @@ static int amdgpu_discovery_set_ih_ip_blocks(struct amdgpu_device *adev)
                break;
        case IP_VERSION(6, 1, 0):
        case IP_VERSION(6, 1, 1):
+       case IP_VERSION(6, 4, 0):
                amdgpu_device_ip_block_add(adev, &ih_v6_1_ip_block);
                break;
        case IP_VERSION(7, 0, 0):