mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 14:21:47 +00:00
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:
parent
133f97945f
commit
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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user