Searched refs:kfd_process_device_from_gpuidx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| A D | kfd_svm.c | 199 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_dma_map() 248 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_free_dma_mappings() 578 pdd = kfd_process_device_from_gpuidx(p, gpu_idx); in svm_range_get_adev_by_id() 602 return kfd_process_device_from_gpuidx(p, gpu_idx); in svm_range_get_pdd_by_adev() 1143 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_unmap_from_gpus() 1274 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_map_to_gpus() 1332 pdd = kfd_process_device_from_gpuidx(ctx->process, gpuidx); in svm_range_reserve_bos() 1353 pdd = kfd_process_device_from_gpuidx(ctx->process, gpuidx); in svm_range_reserve_bos() 1386 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in kfd_svm_page_owner() 2559 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_count_fault() [all …]
|
| A D | kfd_priv.h | 901 static inline struct kfd_process_device *kfd_process_device_from_gpuidx( in kfd_process_device_from_gpuidx() function
|
Completed in 15 milliseconds