aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/soc15.c
diff options
context:
space:
mode:
authorOak Zeng <Oak.Zeng@amd.com>2019-03-20 16:04:10 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-07-18 14:18:04 -0500
commiteb39aff7e0e33870319dd7c70a293c80e2df26c7 (patch)
treeedc5de7f0a0d11f33aa82d629091c01c73ab790d /drivers/gpu/drm/amd/amdgpu/soc15.c
parentdrm/amdgpu: Hack xgmi topology info when there is no psp fw (diff)
downloadlinux-dev-eb39aff7e0e33870319dd7c70a293c80e2df26c7.tar.xz
linux-dev-eb39aff7e0e33870319dd7c70a293c80e2df26c7.zip
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc15.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/soc15.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
index 8b17eeed09ad..854cf0fd1791 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
@@ -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)