Home
last modified time | relevance | path

Searched refs:kfd_process_device_from_gpuidx (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_svm.c219 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_dma_map()
267 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_free_dma_mappings()
1327 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_unmap_from_gpus()
1450 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_map_to_gpus()
1507 pdd = kfd_process_device_from_gpuidx(ctx->process, gpuidx); in svm_range_reserve_bos()
1525 pdd = kfd_process_device_from_gpuidx(ctx->process, gpuidx); in svm_range_reserve_bos()
1557 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in kfd_svm_page_owner()
2864 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_count_fault()
3344 pdd = kfd_process_device_from_gpuidx(p, gpuidx); in svm_range_best_prefetch_location()
Dkfd_priv.h1026 static inline struct kfd_process_device *kfd_process_device_from_gpuidx( in kfd_process_device_from_gpuidx() function