Commit 87dbad02 authored by Xiaojie Yuan's avatar Xiaojie Yuan Committed by Alex Deucher

drm/amdgpu: add navi14 asic type

Add CHIP_NAVI14 to the list of asic types.
Signed-off-by: default avatarXiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarJack Xiao <Jack.Xiao@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 41a5a2a8
......@@ -99,6 +99,7 @@ static const char *amdgpu_asic_name[] = {
"VEGA20",
"RAVEN",
"NAVI10",
"NAVI14",
"LAST",
};
......
......@@ -50,6 +50,7 @@ enum amd_asic_type {
CHIP_VEGA20,
CHIP_RAVEN,
CHIP_NAVI10,
CHIP_NAVI14,
CHIP_LAST,
};
......
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