提交 d4196f01 编写于 作者: K Ken Wang 提交者: Alex Deucher

drm/amdgpu: add vega10 chip name

Acked-by: NChristian König <christian.koenig@amd.com>
Signed-off-by: NKen Wang <Qingqing.Wang@amd.com>
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 8e3153ba
...@@ -76,6 +76,7 @@ static const char *amdgpu_asic_name[] = { ...@@ -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 { ...@@ -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,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册