]> Git Repo - linux.git/commitdiff
drm/amdgpu: add common ip block for GC 9.4.3
authorHawking Zhang <[email protected]>
Mon, 3 Oct 2022 19:37:47 +0000 (15:37 -0400)
committerAlex Deucher <[email protected]>
Fri, 14 Apr 2023 17:47:49 +0000 (13:47 -0400)
Add common IP handling for GC 9.4.3

Signed-off-by: Hawking Zhang <[email protected]>
Reviewed-by: Le Ma <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 5139334925eae8a64e3b66bb1cec8cc51cf6bd2d..0ecce0b92b82e4a19eb2d093581b0a8d3c755a00 100644 (file)
@@ -1502,6 +1502,7 @@ static int amdgpu_discovery_set_common_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(9, 4, 0):
        case IP_VERSION(9, 4, 1):
        case IP_VERSION(9, 4, 2):
+       case IP_VERSION(9, 4, 3):
                amdgpu_device_ip_block_add(adev, &vega10_common_ip_block);
                break;
        case IP_VERSION(10, 1, 10):
This page took 0.063939 seconds and 4 git commands to generate.