Commit 121d8599 authored by Le Ma's avatar Le Ma Committed by Alex Deucher
Browse files

drm/amdgpu: enable 8 SDMA instances for Arcturus



All the 8 SDMA instances work fine on the latest Gopher build model.

Signed-off-by: default avatarLe Ma <le.ma@amd.com>
Reviewed-by: default avatarSnow Zhang <Snow.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5cd54ab8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1542,6 +1542,8 @@ static int sdma_v4_0_early_init(void *handle)

	if (adev->asic_type == CHIP_RAVEN)
		adev->sdma.num_instances = 1;
	else if (adev->asic_type == CHIP_ARCTURUS)
		adev->sdma.num_instances = 8;
	else
		adev->sdma.num_instances = 2;