Commit 9802f5d7 authored by Xiaojie Yuan's avatar Xiaojie Yuan Committed by Alex Deucher

drm/amdgpu: add navi12 asic type

Add asic type.
Signed-off-by: default avatarXiaojie Yuan <xiaojie.yuan@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 03d0a073
...@@ -103,6 +103,7 @@ static const char *amdgpu_asic_name[] = { ...@@ -103,6 +103,7 @@ static const char *amdgpu_asic_name[] = {
"ARCTURUS", "ARCTURUS",
"NAVI10", "NAVI10",
"NAVI14", "NAVI14",
"NAVI12",
"LAST", "LAST",
}; };
......
...@@ -52,6 +52,7 @@ enum amd_asic_type { ...@@ -52,6 +52,7 @@ enum amd_asic_type {
CHIP_ARCTURUS, CHIP_ARCTURUS,
CHIP_NAVI10, CHIP_NAVI10,
CHIP_NAVI14, CHIP_NAVI14,
CHIP_NAVI12,
CHIP_LAST, 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