From: Le Ma Date: Tue, 11 Sep 2018 04:13:41 +0000 (+0800) Subject: drm/amdgpu: add number of mec for Arcturus X-Git-Tag: for-linus-2019-09-27~66^2~17^2~398 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=763bee0fb3a9d1e51fe843b504fd659101c14101;p=linux-block.git 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 --- 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: