Commit 48ff108d authored by Leo Liu's avatar Leo Liu Committed by Alex Deucher

drm/amdgpu: add VEGAM ASIC type

Signed-off-by: default avatarLeo Liu <leo.liu@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 037d1a66
...@@ -83,6 +83,7 @@ static const char *amdgpu_asic_name[] = { ...@@ -83,6 +83,7 @@ static const char *amdgpu_asic_name[] = {
"POLARIS10", "POLARIS10",
"POLARIS11", "POLARIS11",
"POLARIS12", "POLARIS12",
"VEGAM",
"VEGA10", "VEGA10",
"VEGA12", "VEGA12",
"RAVEN", "RAVEN",
......
...@@ -44,6 +44,7 @@ enum amd_asic_type { ...@@ -44,6 +44,7 @@ enum amd_asic_type {
CHIP_POLARIS10, CHIP_POLARIS10,
CHIP_POLARIS11, CHIP_POLARIS11,
CHIP_POLARIS12, CHIP_POLARIS12,
CHIP_VEGAM,
CHIP_VEGA10, CHIP_VEGA10,
CHIP_VEGA12, CHIP_VEGA12,
CHIP_RAVEN, CHIP_RAVEN,
......
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