drm/amdgpu/discovery: enable gfx11 for GC 11.5.0
authorPrike Liang <Prike.Liang@amd.com>
Fri, 14 Jul 2023 20:04:49 +0000 (16:04 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Aug 2023 19:01:03 +0000 (15:01 -0400)
Add 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 447c787cdb8caba3f8c6a3a0d5d074736625531e..cb40bd930f7dba00a70d119227ce83283a581884 100644 (file)
@@ -1943,6 +1943,7 @@ static int amdgpu_discovery_set_gc_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, &gfx_v11_0_ip_block);
                break;
        default: