drm/amdgpu: add IH ip block for IH 4.4.2
authorHawking Zhang <Hawking.Zhang@amd.com>
Mon, 3 Oct 2022 19:39:41 +0000 (15:39 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Mar 2023 19:21:56 +0000 (14:21 -0500)
Add IH IP handling for IH 4.4.2

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Le Ma <Le.Ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index aebf354..fe9f6a2 100644 (file)
@@ -1591,6 +1591,7 @@ static int amdgpu_discovery_set_ih_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(4, 2, 0):
        case IP_VERSION(4, 2, 1):
        case IP_VERSION(4, 4, 0):
+       case IP_VERSION(4, 4, 2):
                amdgpu_device_ip_block_add(adev, &vega20_ih_ip_block);
                break;
        case IP_VERSION(5, 0, 0):