From: Huang Rui Date: Tue, 19 Apr 2022 21:49:14 +0000 (-0400) Subject: drm/amdgpu/discovery: enable gfx v11 for GC 11.0.1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=10eab4e7d74a789234418c42de72682b2ee9001a;p=linux.git drm/amdgpu/discovery: enable gfx v11 for GC 11.0.1 Enable gfx v11 for GC 11.0.1. Signed-off-by: Huang Rui Reviewed-by: Aaron Liu 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 8621e30b52ba5..9c44b2250a3c3 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1749,6 +1749,7 @@ static int amdgpu_discovery_set_gc_ip_blocks(struct amdgpu_device *adev) amdgpu_device_ip_block_add(adev, &gfx_v10_0_ip_block); break; case IP_VERSION(11, 0, 0): + case IP_VERSION(11, 0, 1): case IP_VERSION(11, 0, 2): amdgpu_device_ip_block_add(adev, &gfx_v11_0_ip_block); break;