Home
last modified time | relevance | path

Searched refs:kfd_iommu_bind_process_to_device (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_iommu.h35 int kfd_iommu_bind_process_to_device(struct kfd_process_device *pdd);
57 static inline int kfd_iommu_bind_process_to_device( in kfd_iommu_bind_process_to_device() function
H A Dkfd_iommu.c110 int kfd_iommu_bind_process_to_device(struct kfd_process_device *pdd) in kfd_iommu_bind_process_to_device() function
H A Dkfd_process.c1393 err = kfd_iommu_bind_process_to_device(pdd); in kfd_bind_process_to_device()