aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorXiaojie Yuan <xiaojie.yuan@amd.com>2018-12-17 18:00:26 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-08-02 10:30:39 -0500
commit9802f5d78b3747467644edc609393f95d0b10e61 (patch)
treea63a04b07df09514d0642cfcc08d50fb6c844f5d /include/drm
parentdrm/amdgpu: initialize reg base for navi12 (diff)
downloadlinux-dev-9802f5d78b3747467644edc609393f95d0b10e61.tar.xz
linux-dev-9802f5d78b3747467644edc609393f95d0b10e61.zip
drm/amdgpu: add navi12 asic type
Add asic type. Signed-off-by: Xiaojie Yuan <xiaojie.yuan@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 0f5a12a99948..737a1e374f0c 100644
--- a/include/drm/amd_asic_type.h
+++ b/include/drm/amd_asic_type.h
@@ -52,6 +52,7 @@ enum amd_asic_type {
CHIP_ARCTURUS,
CHIP_NAVI10,
CHIP_NAVI14,
+ CHIP_NAVI12,
CHIP_LAST,
};