mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 15:42:32 +00:00
drm/amdgpu: add vega10 chip name
Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Ken Wang <Qingqing.Wang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
8e3153ba3f
commit
d4196f011c
2 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@ static const char *amdgpu_asic_name[] = {
|
||||||
"POLARIS10",
|
"POLARIS10",
|
||||||
"POLARIS11",
|
"POLARIS11",
|
||||||
"POLARIS12",
|
"POLARIS12",
|
||||||
|
"VEGA10",
|
||||||
"LAST",
|
"LAST",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,7 @@ enum amd_asic_type {
|
||||||
CHIP_POLARIS10,
|
CHIP_POLARIS10,
|
||||||
CHIP_POLARIS11,
|
CHIP_POLARIS11,
|
||||||
CHIP_POLARIS12,
|
CHIP_POLARIS12,
|
||||||
|
CHIP_VEGA10,
|
||||||
CHIP_LAST,
|
CHIP_LAST,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue