aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
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 /include/drm
parentdrm/amdgpu: add Arcturus ip_offset header (v3) (diff)
downloadlinux-dev-d6c3b24ea28ddae06c9ff9fe9ae58664144d7ae8.tar.xz
linux-dev-d6c3b24ea28ddae06c9ff9fe9ae58664144d7ae8.zip
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 'include/drm')
-rw-r--r--include/drm/amd_asic_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/amd_asic_type.h b/include/drm/amd_asic_type.h
index 0c4766af04af..0f5a12a99948 100644
--- a/include/drm/amd_asic_type.h
+++ b/include/drm/amd_asic_type.h
@@ -49,6 +49,7 @@ enum amd_asic_type {
CHIP_VEGA12,
CHIP_VEGA20,
CHIP_RAVEN,
+ CHIP_ARCTURUS,
CHIP_NAVI10,
CHIP_NAVI14,
CHIP_LAST,