diff options
| author | 2020-08-27 10:40:29 -0400 | |
|---|---|---|
| committer | 2020-10-05 15:14:02 -0400 | |
| commit | 4f1e9a76bde0f9c266e87f7efe8ddee6416e99ba (patch) | |
| tree | d15ff678abb8e3d3b319034c538789e5d6d98752 /include/drm | |
| parent | drm/amdgpu: add vangogh asic header files (v2) (diff) | |
| download | linux-dev-4f1e9a76bde0f9c266e87f7efe8ddee6416e99ba.tar.xz linux-dev-4f1e9a76bde0f9c266e87f7efe8ddee6416e99ba.zip | |
drm/amdgpu: add van gogh asic_type enum (v2)
This patch adds van gogh to amd_asic_type enum and amdgpu_asic_name[].
v2: add missing comma
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@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 8712e14991ed..6d01cf04b77f 100644 --- a/include/drm/amd_asic_type.h +++ b/include/drm/amd_asic_type.h @@ -56,6 +56,7 @@ enum amd_asic_type { CHIP_NAVI12, /* 27 */ CHIP_SIENNA_CICHLID, /* 28 */ CHIP_NAVY_FLOUNDER, /* 29 */ + CHIP_VANGOGH, /* 30 */ CHIP_LAST, }; |
