Commit 1eee4228 authored by Huang Rui's avatar Huang Rui Committed by Alex Deucher

drm/amdgpu: add renoir asic_type enum

This patch adds renoir to amd_asic_type enum and amdgpu_asic_name[].
Acked-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarHuang Rui <ray.huang@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d8a46257
...@@ -102,6 +102,7 @@ static const char *amdgpu_asic_name[] = { ...@@ -102,6 +102,7 @@ static const char *amdgpu_asic_name[] = {
"VEGA20", "VEGA20",
"RAVEN", "RAVEN",
"ARCTURUS", "ARCTURUS",
"RENOIR",
"NAVI10", "NAVI10",
"NAVI14", "NAVI14",
"NAVI12", "NAVI12",
......
...@@ -50,6 +50,7 @@ enum amd_asic_type { ...@@ -50,6 +50,7 @@ enum amd_asic_type {
CHIP_VEGA20, CHIP_VEGA20,
CHIP_RAVEN, CHIP_RAVEN,
CHIP_ARCTURUS, CHIP_ARCTURUS,
CHIP_RENOIR,
CHIP_NAVI10, CHIP_NAVI10,
CHIP_NAVI14, CHIP_NAVI14,
CHIP_NAVI12, CHIP_NAVI12,
......
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