Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_sync.c114 struct xe_sync_entry *sync, in xe_sync_entry_parse()
234 int xe_sync_entry_add_deps(struct xe_sync_entry *sync, struct xe_sched_job *job) in xe_sync_entry_add_deps()
251 int xe_sync_entry_wait(struct xe_sync_entry *sync) in xe_sync_entry_wait()
263 bool xe_sync_needs_wait(struct xe_sync_entry *sync) in xe_sync_needs_wait()
269 void xe_sync_entry_signal(struct xe_sync_entry *sync, struct dma_fence *fence) in xe_sync_entry_signal()
306 void xe_sync_entry_cleanup(struct xe_sync_entry *sync) in xe_sync_entry_cleanup()
332 xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync, in xe_sync_in_fence_get()
420 struct xe_user_fence *xe_sync_ufence_get(struct xe_sync_entry *sync) in xe_sync_ufence_get()
H A Dxe_vm_types.h27 struct xe_sync_entry;
477 struct xe_sync_entry *syncs;
H A Dxe_sync_types.h17 struct xe_sync_entry { struct
H A Dxe_migrate.h22 struct xe_sync_entry;
H A Dxe_exec.c119 struct xe_sync_entry *syncs = NULL; in xe_exec_ioctl()
H A Dxe_vm.h25 struct xe_sync_entry;
H A Dxe_vm.c685 struct xe_sync_entry *syncs, u32 num_syncs);
1906 find_ufence_get(struct xe_sync_entry *syncs, u32 num_syncs) in find_ufence_get()
1911 struct xe_sync_entry *e = &syncs[i]; in find_ufence_get()
3509 struct xe_sync_entry *syncs, in vm_bind_ioctl_signal_fences()
3532 struct xe_sync_entry *syncs, u32 num_syncs) in xe_vm_bind_ioctl_validate_bo()
3622 struct xe_sync_entry *syncs = NULL; in xe_vm_bind_ioctl()
H A Dxe_pt.c1202 static bool no_in_syncs(struct xe_sync_entry *syncs, u32 num_syncs) in no_in_syncs()
H A Dxe_oa.c100 struct xe_sync_entry *syncs;