drm/amdgpu: add vega12 to asic_type enum
Add vega12 to amd_asic_type enum and amdgpu_asic_name[]. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
This commit is contained in:
Родитель
133f97945f
Коммит
8fab806ad1
|
@ -83,6 +83,7 @@ static const char *amdgpu_asic_name[] = {
|
|||
"POLARIS11",
|
||||
"POLARIS12",
|
||||
"VEGA10",
|
||||
"VEGA12",
|
||||
"RAVEN",
|
||||
"LAST",
|
||||
};
|
||||
|
|
|
@ -45,6 +45,7 @@ enum amd_asic_type {
|
|||
CHIP_POLARIS11,
|
||||
CHIP_POLARIS12,
|
||||
CHIP_VEGA10,
|
||||
CHIP_VEGA12,
|
||||
CHIP_RAVEN,
|
||||
CHIP_LAST,
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче