From: Prike Liang Date: Fri, 14 Jul 2023 20:04:49 +0000 (-0400) Subject: drm/amdgpu/discovery: enable gfx11 for GC 11.5.0 X-Git-Tag: io_uring-6.7-2023-11-10~63^2~10^2~596 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b5549a2df030d2d029cd4622c670361b76a9d0c3;p=linux-block.git drm/amdgpu/discovery: enable gfx11 for GC 11.5.0 Add to IP discovery table. Signed-off-by: Prike Liang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index 447c787cdb8c..cb40bd930f7d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -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: