Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_sync.h22 struct xe_sync_entry *sync,
25 int xe_sync_entry_add_deps(struct xe_sync_entry *sync,
27 void xe_sync_entry_signal(struct xe_sync_entry *sync,
29 void xe_sync_entry_cleanup(struct xe_sync_entry *sync);
31 xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync,
34 static inline bool xe_sync_is_ufence(struct xe_sync_entry *sync) in xe_sync_is_ufence()
40 struct xe_user_fence *xe_sync_ufence_get(struct xe_sync_entry *sync);
A Dxe_sync.c114 struct xe_sync_entry *sync, in xe_sync_entry_parse()
215 int xe_sync_entry_add_deps(struct xe_sync_entry *sync, struct xe_sched_job *job) in xe_sync_entry_add_deps()
224 void xe_sync_entry_signal(struct xe_sync_entry *sync, struct dma_fence *fence) in xe_sync_entry_signal()
256 void xe_sync_entry_cleanup(struct xe_sync_entry *sync) in xe_sync_entry_cleanup()
281 xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync, in xe_sync_in_fence_get()
359 struct xe_user_fence *xe_sync_ufence_get(struct xe_sync_entry *sync) in xe_sync_ufence_get()
A Dxe_sched_job.h13 struct xe_sync_entry;
63 struct xe_sync_entry *sync);
A Dxe_vm_types.h23 struct xe_sync_entry;
458 struct xe_sync_entry *syncs;
A Dxe_sync_types.h17 struct xe_sync_entry { struct
A Dxe_pt.h17 struct xe_sync_entry;
A Dxe_migrate.h20 struct xe_sync_entry;
A Dxe_oa_types.h258 struct xe_sync_entry *syncs;
A Dxe_exec.c113 struct xe_sync_entry *syncs = NULL; in xe_exec_ioctl()
A Dxe_vm.h25 struct xe_sync_entry;
A Dxe_sched_job.c321 struct xe_sync_entry *sync) in xe_sched_job_init_user_fence()
A Dxe_vm.c882 struct xe_sync_entry *syncs, u32 num_syncs);
2038 find_ufence_get(struct xe_sync_entry *syncs, u32 num_syncs) in find_ufence_get()
2043 struct xe_sync_entry *e = &syncs[i]; in find_ufence_get()
3429 struct xe_sync_entry *syncs, in vm_bind_ioctl_signal_fences()
3452 struct xe_sync_entry *syncs, u32 num_syncs) in xe_vma_ops_init()
3529 struct xe_sync_entry *syncs = NULL; in xe_vm_bind_ioctl()
A Dxe_pt.c1184 static bool no_in_syncs(struct xe_sync_entry *syncs, u32 num_syncs) in no_in_syncs()
A Dxe_oa.c99 struct xe_sync_entry *syncs;

Completed in 32 milliseconds