Searched refs:amdgpu_sync_fence (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_sync.c | 161 int amdgpu_sync_fence(struct amdgpu_sync *sync, struct dma_fence *f, in amdgpu_sync_fence() function 259 r = amdgpu_sync_fence(sync, f, GFP_KERNEL); in amdgpu_sync_resv() 291 r = amdgpu_sync_fence(sync, f, GFP_KERNEL); in amdgpu_sync_kfd() 398 r = amdgpu_sync_fence(clone, f, GFP_KERNEL); in amdgpu_sync_clone()
|
| H A D | amdgpu_sync.h | 50 int amdgpu_sync_fence(struct amdgpu_sync *sync, struct dma_fence *f,
|
| H A D | amdgpu_ids.c | 316 r = amdgpu_sync_fence(&(*id)->active, &job->base.s_fence->finished, in amdgpu_vmid_grab_reserved() 375 r = amdgpu_sync_fence(&(*id)->active, in amdgpu_vmid_grab_used() 428 r = amdgpu_sync_fence(&id->active, in amdgpu_vmid_grab()
|
| H A D | amdgpu_cs.c | 431 r = amdgpu_sync_fence(&p->sync, fence, GFP_KERNEL); in amdgpu_cs_p2_dependencies() 453 r = amdgpu_sync_fence(&p->sync, fence, GFP_KERNEL); in amdgpu_syncobj_lookup_and_add() 1127 r = amdgpu_sync_fence(&p->sync, fpriv->prt_va->last_pt_update, in amdgpu_cs_vm_handling() 1139 r = amdgpu_sync_fence(&p->sync, bo_va->last_pt_update, in amdgpu_cs_vm_handling() 1159 r = amdgpu_sync_fence(&p->sync, bo_va->last_pt_update, in amdgpu_cs_vm_handling() 1173 r = amdgpu_sync_fence(&p->sync, vm->last_update, GFP_KERNEL); in amdgpu_cs_vm_handling() 1254 r = amdgpu_sync_fence(&p->gang_leader->explicit_sync, fence, in amdgpu_cs_sync_rings()
|
| H A D | amdgpu_amdkfd_gpuvm.c | 494 return amdgpu_sync_fence(sync, vm->last_update, GFP_KERNEL); in vm_update_pds() 1252 (void)amdgpu_sync_fence(sync, bo_va->last_pt_update, GFP_KERNEL); in unmap_bo_from_gpuvm() 1276 return amdgpu_sync_fence(sync, bo_va->last_pt_update, GFP_KERNEL); in update_gpuvm_pte() 2916 ret = amdgpu_sync_fence(&sync_obj, fence, GFP_KERNEL); in amdgpu_amdkfd_gpuvm_restore_process_bos()
|
| H A D | amdgpu_mes.c | 1333 amdgpu_sync_fence(&sync, bo_va->last_pt_update, GFP_KERNEL); in amdgpu_mes_ctx_map_meta_data() 1340 amdgpu_sync_fence(&sync, vm->last_update, GFP_KERNEL); in amdgpu_mes_ctx_map_meta_data()
|
| H A D | amdgpu_device.c | 7034 r = amdgpu_sync_fence(&isolation->active, &f->finished, GFP_NOWAIT); in amdgpu_device_enforce_isolation()
|