Commit d6c3b24e authored by Le Ma's avatar Le Ma Committed by Alex Deucher

drm/amdgpu: add Arcturus asic type

Add asic type for Arcturus.
Signed-off-by: default avatarLe Ma <le.ma@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f1cf8769
...@@ -99,6 +99,7 @@ static const char *amdgpu_asic_name[] = { ...@@ -99,6 +99,7 @@ static const char *amdgpu_asic_name[] = {
"VEGA12", "VEGA12",
"VEGA20", "VEGA20",
"RAVEN", "RAVEN",
"ARCTURUS",
"NAVI10", "NAVI10",
"NAVI14", "NAVI14",
"LAST", "LAST",
......
...@@ -49,6 +49,7 @@ enum amd_asic_type { ...@@ -49,6 +49,7 @@ enum amd_asic_type {
CHIP_VEGA12, CHIP_VEGA12,
CHIP_VEGA20, CHIP_VEGA20,
CHIP_RAVEN, CHIP_RAVEN,
CHIP_ARCTURUS,
CHIP_NAVI10, CHIP_NAVI10,
CHIP_NAVI14, CHIP_NAVI14,
CHIP_LAST, CHIP_LAST,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment