From 763bee0fb3a9d1e51fe843b504fd659101c14101 Mon Sep 17 00:00:00 2001 From: Le Ma Date: Tue, 11 Sep 2018 12:13:41 +0800 Subject: [PATCH] drm/amdgpu: add number of mec for Arcturus MEC is the CP compute microcontroller. Signed-off-by: Le Ma Reviewed-by: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c index c40dd7d665fe..dc08213ee04a 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c @@ -1673,6 +1673,7 @@ static int gfx_v9_0_sw_init(void *handle) case CHIP_VEGA12: case CHIP_VEGA20: case CHIP_RAVEN: + case CHIP_ARCTURUS: adev->gfx.mec.num_mec = 2; break; default: -- 2.30.2