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>
This commit is contained in:
parent
41a5a2a853
commit
87dbad02d2
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user