Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c2354 struct dma_fence *fence, *ifence = NULL, *mfence = NULL; in xe_pt_update_ops_run() local
2442 ifence = xe_tlb_inval_job_push(ijob, tile->migrate, fence); in xe_pt_update_ops_run()
2455 dma_resv_add_fence(xe_vm_resv(vm), ifence, in xe_pt_update_ops_run()
2461 op_commit(vops->vm, tile, pt_update_ops, op, ifence, NULL); in xe_pt_update_ops_run()
2463 dma_resv_add_fence(xe_vm_resv(vm), ifence, in xe_pt_update_ops_run()
2474 op_commit(vops->vm, tile, pt_update_ops, op, ifence, in xe_pt_update_ops_run()
2490 dma_fence_put(ifence); in xe_pt_update_ops_run()