提交 121d8599 编写于 作者: L Le Ma 提交者: Alex Deucher

drm/amdgpu: enable 8 SDMA instances for Arcturus

All the 8 SDMA instances work fine on the latest Gopher build model.
Signed-off-by: NLe Ma <le.ma@amd.com>
Reviewed-by: NSnow Zhang <Snow.Zhang@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 5cd54ab8
...@@ -1542,6 +1542,8 @@ static int sdma_v4_0_early_init(void *handle) ...@@ -1542,6 +1542,8 @@ static int sdma_v4_0_early_init(void *handle)
if (adev->asic_type == CHIP_RAVEN) if (adev->asic_type == CHIP_RAVEN)
adev->sdma.num_instances = 1; adev->sdma.num_instances = 1;
else if (adev->asic_type == CHIP_ARCTURUS)
adev->sdma.num_instances = 8;
else else
adev->sdma.num_instances = 2; adev->sdma.num_instances = 2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册