Commit 956fcddc authored by Feifei Xu's avatar Feifei Xu Committed by Alex Deucher

drm/amdgpu: Add vega20 to asic_type enum.

Add vega20 to amd_asic_type enum and amdgpu_asic_name[].
Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarFeifei Xu <Feifei.Xu@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b2f87c91
...@@ -86,6 +86,7 @@ static const char *amdgpu_asic_name[] = { ...@@ -86,6 +86,7 @@ static const char *amdgpu_asic_name[] = {
"VEGAM", "VEGAM",
"VEGA10", "VEGA10",
"VEGA12", "VEGA12",
"VEGA20",
"RAVEN", "RAVEN",
"LAST", "LAST",
}; };
......
...@@ -47,6 +47,7 @@ enum amd_asic_type { ...@@ -47,6 +47,7 @@ enum amd_asic_type {
CHIP_VEGAM, CHIP_VEGAM,
CHIP_VEGA10, CHIP_VEGA10,
CHIP_VEGA12, CHIP_VEGA12,
CHIP_VEGA20,
CHIP_RAVEN, CHIP_RAVEN,
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