Commit ee9236b7 authored by Aaron Liu's avatar Aaron Liu Committed by Alex Deucher

drm/amdgpu: add yellow carp asic_type enum

This patch adds yellow carp to amd_asic_type enum and amdgpu_asic_name[].
Signed-off-by: default avatarAaron Liu <aaron.liu@amd.com>
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 02680c23
...@@ -122,6 +122,7 @@ const char *amdgpu_asic_name[] = { ...@@ -122,6 +122,7 @@ const char *amdgpu_asic_name[] = {
"VANGOGH", "VANGOGH",
"DIMGREY_CAVEFISH", "DIMGREY_CAVEFISH",
"BEIGE_GOBY", "BEIGE_GOBY",
"YELLOW_CARP",
"LAST", "LAST",
}; };
......
...@@ -60,6 +60,7 @@ enum amd_asic_type { ...@@ -60,6 +60,7 @@ enum amd_asic_type {
CHIP_VANGOGH, /* 31 */ CHIP_VANGOGH, /* 31 */
CHIP_DIMGREY_CAVEFISH, /* 32 */ CHIP_DIMGREY_CAVEFISH, /* 32 */
CHIP_BEIGE_GOBY, /* 33 */ CHIP_BEIGE_GOBY, /* 33 */
CHIP_YELLOW_CARP, /* 34 */
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