drm/amdgpu/discovery: enable soc21 common for GC 11.0.4
authorYifan Zhang <yifan1.zhang@amd.com>
Wed, 12 Oct 2022 03:08:49 +0000 (11:08 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Nov 2022 16:03:36 +0000 (11:03 -0500)
Enable soc21 common for GC 11.0.4.

Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: Aaron Liu <aaron.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c

index 2509341df92d171de03ccba6da4ca3355d4b1de1..b8db6184dcbd2c101337cf80e8b425f02e9ac65f 100644 (file)
@@ -1512,6 +1512,7 @@ static int amdgpu_discovery_set_common_ip_blocks(struct amdgpu_device *adev)
        case IP_VERSION(11, 0, 1):
        case IP_VERSION(11, 0, 2):
        case IP_VERSION(11, 0, 3):
+       case IP_VERSION(11, 0, 4):
                amdgpu_device_ip_block_add(adev, &soc21_common_ip_block);
                break;
        default: