summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorLe Ma <le.ma@amd.com>2019-07-09 09:16:01 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-07-18 14:18:01 -0500
commitd6c3b24ea28ddae06c9ff9fe9ae58664144d7ae8 (patch)
treeb8a139773fb85694e0a120e866f2b6f7abc6e9a0 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentf1cf876931afa1d48bbefa0f3095bfd3cf9fb04c (diff)
downloadlinux-d6c3b24ea28ddae06c9ff9fe9ae58664144d7ae8.tar.bz2
drm/amdgpu: add Arcturus asic type
Add asic type for Arcturus. Signed-off-by: Le Ma <le.ma@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 6aa3c3e5bd50..c1edf105c660 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -99,6 +99,7 @@ static const char *amdgpu_asic_name[] = {
"VEGA12",
"VEGA20",
"RAVEN",
+ "ARCTURUS",
"NAVI10",
"NAVI14",
"LAST",