Commit 763bee0f authored by Le Ma's avatar Le Ma Committed by Alex Deucher

drm/amdgpu: add number of mec for Arcturus

MEC is the CP compute microcontroller.
Signed-off-by: default avatarLe Ma <le.ma@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 6155e98a
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment