drm/amdgpu: Enable xgmi support for Arcturus
xgmi is a high performance cross-GPU communication channel. Signed-off-by: Oak Zeng <Oak.Zeng@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
2f2eab3acc
commit
eb39aff7e0
@ -593,7 +593,7 @@ int soc15_set_ip_blocks(struct amdgpu_device *adev)
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
if (adev->asic_type == CHIP_VEGA20)
|
||||
if (adev->asic_type == CHIP_VEGA20 || adev->asic_type == CHIP_ARCTURUS)
|
||||
adev->gmc.xgmi.supported = true;
|
||||
|
||||
if (adev->flags & AMD_IS_APU)
|
||||
|
Loading…
x
Reference in New Issue
Block a user