aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2019-07-24 13:36:09 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-08-12 12:47:49 -0500
commit1eee4228a583b20082367e5cdce403bbdad2d7f1 (patch)
treec7f6e5d30ade2001c3f76133c171e47beaca9a83 /include/drm
parentdrm/amdgpu: add renoir header files (v2) (diff)
downloadlinux-dev-1eee4228a583b20082367e5cdce403bbdad2d7f1.tar.xz
linux-dev-1eee4228a583b20082367e5cdce403bbdad2d7f1.zip
drm/amdgpu: add renoir asic_type enum
This patch adds renoir to amd_asic_type enum and amdgpu_asic_name[]. Acked-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Huang Rui <ray.huang@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 737a1e374f0c..296aab724677 100644
--- a/include/drm/amd_asic_type.h
+++ b/include/drm/amd_asic_type.h
@@ -50,6 +50,7 @@ enum amd_asic_type {
CHIP_VEGA20,
CHIP_RAVEN,
CHIP_ARCTURUS,
+ CHIP_RENOIR,
CHIP_NAVI10,
CHIP_NAVI14,
CHIP_NAVI12,