drm/amdgpu: add Arcturus asic type
Add asic type for Arcturus. Signed-off-by: Le Ma <le.ma@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f1cf876931
commit
d6c3b24ea2
|
@ -99,6 +99,7 @@ static const char *amdgpu_asic_name[] = {
|
|||
"VEGA12",
|
||||
"VEGA20",
|
||||
"RAVEN",
|
||||
"ARCTURUS",
|
||||
"NAVI10",
|
||||
"NAVI14",
|
||||
"LAST",
|
||||
|
|
|
@ -49,6 +49,7 @@ enum amd_asic_type {
|
|||
CHIP_VEGA12,
|
||||
CHIP_VEGA20,
|
||||
CHIP_RAVEN,
|
||||
CHIP_ARCTURUS,
|
||||
CHIP_NAVI10,
|
||||
CHIP_NAVI14,
|
||||
CHIP_LAST,
|
||||
|
|
Loading…
Reference in New Issue