Skip to content

Commit 09759e1

Browse files
Chengming Guialexdeucher
authored andcommitted
drm/amdkfd: Add kfd2kgd_funcs for navy_flounder kfd support
Add callbacks to KGD for navy flounder. Signed-off-by: Chengming Gui <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent de89b2e commit 09759e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdkfd/kfd_device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ static const struct kfd2kgd_calls *kfd2kgd_funcs[] = {
7474
[CHIP_NAVI12] = &gfx_v10_kfd2kgd,
7575
[CHIP_NAVI14] = &gfx_v10_kfd2kgd,
7676
[CHIP_SIENNA_CICHLID] = &gfx_v10_3_kfd2kgd,
77+
[CHIP_NAVY_FLOUNDER] = &gfx_v10_3_kfd2kgd,
7778
};
7879

7980
#ifdef KFD_SUPPORT_IOMMU_V2

0 commit comments

Comments
 (0)