mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 00:08:50 +00:00
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>
This commit is contained in:
parent
6b8dd1337a
commit
6f1695918c
@ -119,6 +119,7 @@ const char *amdgpu_asic_name[] = {
|
||||
"NAVY_FLOUNDER",
|
||||
"VANGOGH",
|
||||
"DIMGREY_CAVEFISH",
|
||||
"BEIGE_GOBY",
|
||||
"LAST",
|
||||
};
|
||||
|
||||
|
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user