Searched refs:xe_sync_entry (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_sync.c | 114 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 D | xe_vm_types.h | 29 struct xe_sync_entry; 537 struct xe_sync_entry *syncs;
|
| H A D | xe_sync_types.h | 17 struct xe_sync_entry { struct
|
| H A D | xe_exec.c | 119 struct xe_sync_entry *syncs = NULL; in xe_exec_ioctl()
|
| H A D | xe_vm.c | 762 struct xe_sync_entry *syncs, u32 num_syncs); 2022 find_ufence_get(struct xe_sync_entry *syncs, u32 num_syncs) in find_ufence_get() 2027 struct xe_sync_entry *e = &syncs[i]; in find_ufence_get() 3715 struct xe_sync_entry *syncs, in vm_bind_ioctl_signal_fences() 3738 struct xe_sync_entry *syncs, u32 num_syncs) in xe_vma_ops_init() 3832 struct xe_sync_entry *syncs = NULL; in xe_vm_bind_ioctl()
|
| H A D | xe_oa.c | 100 struct xe_sync_entry *syncs;
|
| H A D | xe_pt.c | 1228 static bool no_in_syncs(struct xe_sync_entry *syncs, u32 num_syncs) in no_in_syncs()
|