1
0
Fork 0

drm/amdgpu: add navi14 asic type

Add CHIP_NAVI14 to the list of asic types.

Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jack Xiao <Jack.Xiao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
alistair/sunxi64-5.4-dsi
Xiaojie Yuan 2018-12-17 18:00:26 +08:00 committed by Alex Deucher
parent 41a5a2a853
commit 87dbad02d2
2 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,7 @@ static const char *amdgpu_asic_name[] = {
"VEGA20",
"RAVEN",
"NAVI10",
"NAVI14",
"LAST",
};

View File

@ -50,6 +50,7 @@ enum amd_asic_type {
CHIP_VEGA20,
CHIP_RAVEN,
CHIP_NAVI10,
CHIP_NAVI14,
CHIP_LAST,
};