drm/amdkfd: add kfd2kgd funcs for beige_goby kfd support
authorChengming Gui <Jack.Gui@amd.com>
Wed, 21 Oct 2020 10:18:40 +0000 (18:18 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 May 2021 02:40:42 +0000 (22:40 -0400)
Add the function pointer.

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/amdkfd/kfd_device.c

index b5e8fe8..80015e8 100644 (file)
@@ -82,6 +82,7 @@ static const struct kfd2kgd_calls *kfd2kgd_funcs[] = {
        [CHIP_NAVY_FLOUNDER] = &gfx_v10_3_kfd2kgd,
        [CHIP_VANGOGH] = &gfx_v10_3_kfd2kgd,
        [CHIP_DIMGREY_CAVEFISH] = &gfx_v10_3_kfd2kgd,
+       [CHIP_BEIGE_GOBY] = &gfx_v10_3_kfd2kgd,
 };
 
 #ifdef KFD_SUPPORT_IOMMU_V2