1
0
Fork 0

drm/amdgpu: add navi12 asic type

Add asic type.

Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@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 03d0a073cf
commit 9802f5d78b
2 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,7 @@ static const char *amdgpu_asic_name[] = {
"ARCTURUS",
"NAVI10",
"NAVI14",
"NAVI12",
"LAST",
};

View File

@ -52,6 +52,7 @@ enum amd_asic_type {
CHIP_ARCTURUS,
CHIP_NAVI10,
CHIP_NAVI14,
CHIP_NAVI12,
CHIP_LAST,
};