drm/amdgpu/discovery: enable soc21 support
authorPrike Liang <Prike.Liang@amd.com>
Fri, 14 Jul 2023 20:01:27 +0000 (16:01 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Aug 2023 19:00:22 +0000 (15:00 -0400)
Add 11.5.0 to IP discovery table.

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

index 717ed4521dec9d5926cb348091e2cb3e4695791f..d8040dd7d98fe72e8e80665844cc8361ffd0faeb 100644 (file)
@@ -1632,6 +1632,7 @@ static int amdgpu_discovery_set_common_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(11, 0, 2):
        case IP_VERSION(11, 0, 3):
        case IP_VERSION(11, 0, 4):
+       case IP_VERSION(11, 5, 0):
                amdgpu_device_ip_block_add(adev, &soc21_common_ip_block);
                break;
        default: