drm/amd/amdgpu: add beige_goby asic type
authorChengming Gui <Jack.Gui@amd.com>
Tue, 13 Oct 2020 06:30:32 +0000 (14:30 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 May 2021 02:39:45 +0000 (22:39 -0400)
Add chip type for beige_goby

v2: fix enum count (Alex)

Signed-off-by: Chengming Gui <Jack.Gui@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
include/drm/amd_asic_type.h

index 76ff2fd..890bae3 100644 (file)
@@ -119,6 +119,7 @@ const char *amdgpu_asic_name[] = {
        "NAVY_FLOUNDER",
        "VANGOGH",
        "DIMGREY_CAVEFISH",
+       "BEIGE_GOBY",
        "LAST",
 };
 
index 336e365..02f703e 100644 (file)
@@ -59,6 +59,7 @@ enum amd_asic_type {
        CHIP_NAVY_FLOUNDER,     /* 30 */
        CHIP_VANGOGH,   /* 31 */
        CHIP_DIMGREY_CAVEFISH,  /* 32 */
+       CHIP_BEIGE_GOBY,        /* 33 */
        CHIP_LAST,
 };