diff options
author | Huang Rui <ray.huang@amd.com> | 2019-07-24 13:36:09 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-08-12 12:47:49 -0500 |
commit | 1eee4228a583b20082367e5cdce403bbdad2d7f1 (patch) | |
tree | c7f6e5d30ade2001c3f76133c171e47beaca9a83 /include/drm | |
parent | d8a46257c22906db38590eb7986c07770bee002c (diff) | |
download | linux-1eee4228a583b20082367e5cdce403bbdad2d7f1.tar.bz2 |
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.h | 1 |
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, |