Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Dsync_file.c218 struct sync_file *fence2, *fence3; in sync_file_ioctl_merge() local
234 fence2 = sync_file_fdget(data.fd2); in sync_file_ioctl_merge()
235 if (!fence2) { in sync_file_ioctl_merge()
241 fence3 = sync_file_merge(data.name, sync_file, fence2); in sync_file_ioctl_merge()
254 fput(fence2->file); in sync_file_ioctl_merge()
261 fput(fence2->file); in sync_file_ioctl_merge()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_test.c317 struct radeon_fence *fence1 = NULL, *fence2 = NULL; in radeon_test_ring_sync() local
347 r = radeon_test_create_and_emit_fence(rdev, ringA, &fence2); in radeon_test_ring_sync()
374 if (radeon_fence_signaled(fence2)) { in radeon_test_ring_sync()
387 r = radeon_fence_wait(fence2, false); in radeon_test_ring_sync()
399 if (fence2) in radeon_test_ring_sync()
400 radeon_fence_unref(&fence2); in radeon_test_ring_sync()
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c2373 struct dma_fence *fence2, bool invalidate_on_bind) in bind_op_commit()
2382 if (fence2) in bind_op_commit()
2383 dma_resv_add_fence(xe_vma_bo(vma)->ttm.base.resv, fence2, in bind_op_commit()
2415 struct dma_fence *fence2) in unbind_op_commit()
2424 if (fence2) in range_present_and_invalidated_tile()
2425 dma_resv_add_fence(xe_vma_bo(vma)->ttm.base.resv, fence2, in range_present_and_invalidated_tile()
2459 struct dma_fence *fence2) in op_commit()
2470 fence2, op->map.invalidate_on_bind); in op_commit()
2479 unbind_op_commit(vm, tile, pt_update_ops, old, fence, fence2); in op_commit()
2483 fence, fence2, fals in op_commit()
2349 bind_op_commit(struct xe_vm * vm,struct xe_tile * tile,struct xe_vm_pgtable_update_ops * pt_update_ops,struct xe_vma * vma,struct dma_fence * fence,struct dma_fence * fence2,bool invalidate_on_bind) bind_op_commit() argument
2391 unbind_op_commit(struct xe_vm * vm,struct xe_tile * tile,struct xe_vm_pgtable_update_ops * pt_update_ops,struct xe_vma * vma,struct dma_fence * fence,struct dma_fence * fence2) unbind_op_commit() argument
2435 op_commit(struct xe_vm * vm,struct xe_tile * tile,struct xe_vm_pgtable_update_ops * pt_update_ops,struct xe_vma_op * op,struct dma_fence * fence,struct dma_fence * fence2) op_commit() argument
[all...]