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: Aaron Liu <aaron.liu@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
02680c23d7
commit
ee9236b78b
|
@ -122,6 +122,7 @@ const char *amdgpu_asic_name[] = {
|
|||
"VANGOGH",
|
||||
"DIMGREY_CAVEFISH",
|
||||
"BEIGE_GOBY",
|
||||
"YELLOW_CARP",
|
||||
"LAST",
|
||||
};
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@ enum amd_asic_type {
|
|||
CHIP_VANGOGH, /* 31 */
|
||||
CHIP_DIMGREY_CAVEFISH, /* 32 */
|
||||
CHIP_BEIGE_GOBY, /* 33 */
|
||||
CHIP_YELLOW_CARP, /* 34 */
|
||||
CHIP_LAST,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue