Commit 69d4de94 authored by Le Ma's avatar Le Ma Committed by Alex Deucher

drm/amdgpu: enable all 8 sdma instances for Arcturus silicon

The more 6 sdma instances work fine now with DF fix in vbios:
  * mmDF_PIE_AON_MiscClientsEnable(0x1c728)=0x3fe(DF_ALL_INSTANCE)
       [9:4]MmhubsEnable=3f (change from 0)
Signed-off-by: default avatarLe Ma <le.ma@amd.com>
Reviewed-by: default avatarEvan Quan <evan.quan@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 37f86a9b
...@@ -1602,7 +1602,7 @@ static int sdma_v4_0_early_init(void *handle) ...@@ -1602,7 +1602,7 @@ 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) else if (adev->asic_type == CHIP_ARCTURUS)
adev->sdma.num_instances = 2; adev->sdma.num_instances = 8;
else else
adev->sdma.num_instances = 2; adev->sdma.num_instances = 2;
......
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