drm/amdgpu: init family name for cyan_skillfish
authorTao Zhou <tao.zhou1@amd.com>
Tue, 13 Jul 2021 21:18:03 +0000 (17:18 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 23 Jul 2021 14:08:00 +0000 (10:08 -0400)
Use FAMILY_NV for cyan_skillfish.

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

index ba7b193..909e52f 100644 (file)
@@ -2150,6 +2150,7 @@ static int amdgpu_device_ip_early_init(struct amdgpu_device *adev)
        case  CHIP_BEIGE_GOBY:
        case CHIP_VANGOGH:
        case CHIP_YELLOW_CARP:
+       case CHIP_CYAN_SKILLFISH:
                if (adev->asic_type == CHIP_VANGOGH)
                        adev->family = AMDGPU_FAMILY_VGH;
                else if (adev->asic_type == CHIP_YELLOW_CARP)