From: Flora Cui Date: Fri, 15 Apr 2022 14:26:28 +0000 (-0400) Subject: drm/amdgpu/discovery: add mes11 support for GC 11.0.2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=215a65f5d11892312c80de80fc95b3e3cd7bcf98;p=linux.git drm/amdgpu/discovery: add mes11 support for GC 11.0.2 Enable Micro Engine Scheduler support. Reviewed-by: Hawking Zhang Signed-off-by: Flora Cui 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 903d75aec75cb..8d7b087b56fb6 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1899,6 +1899,7 @@ static int amdgpu_discovery_set_mes_ip_blocks(struct amdgpu_device *adev) } break; case IP_VERSION(11, 0, 0): + case IP_VERSION(11, 0, 2): amdgpu_device_ip_block_add(adev, &mes_v11_0_ip_block); adev->enable_mes = true; adev->enable_mes_kiq = true;