diff options
author | Chengming Gui <Jack.Gui@amd.com> | 2020-10-13 14:30:32 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-05-19 22:39:45 -0400 |
commit | 6f1695918c2ad0e1abc9d9450285e6ee3b938c85 (patch) | |
tree | 0712336f17853bb7ab91d89fd548026545b74812 /include/drm | |
parent | 6b8dd1337a23118e798db1984cacce36c4a7af66 (diff) | |
download | linux-6f1695918c2ad0e1abc9d9450285e6ee3b938c85.tar.bz2 |
drm/amd/amdgpu: add beige_goby asic type
Add chip type for beige_goby
v2: fix enum count (Alex)
Signed-off-by: Chengming Gui <Jack.Gui@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@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 336e36506910..02f703ec4230 100644 --- a/include/drm/amd_asic_type.h +++ b/include/drm/amd_asic_type.h @@ -59,6 +59,7 @@ enum amd_asic_type { CHIP_NAVY_FLOUNDER, /* 30 */ CHIP_VANGOGH, /* 31 */ CHIP_DIMGREY_CAVEFISH, /* 32 */ + CHIP_BEIGE_GOBY, /* 33 */ CHIP_LAST, }; |