Searched refs:xe_sync_entry (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_sync.h | 22 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);
|
D | xe_sync.c | 108 struct xe_sync_entry *sync, in xe_sync_entry_parse() 208 int xe_sync_entry_add_deps(struct xe_sync_entry *sync, struct xe_sched_job *job) in xe_sync_entry_add_deps() 217 void xe_sync_entry_signal(struct xe_sync_entry *sync, struct dma_fence *fence) in xe_sync_entry_signal() 249 void xe_sync_entry_cleanup(struct xe_sync_entry *sync) in xe_sync_entry_cleanup() 274 xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync, in xe_sync_in_fence_get() 352 struct xe_user_fence *xe_sync_ufence_get(struct xe_sync_entry *sync) in xe_sync_ufence_get()
|
D | xe_sched_job.h | 13 struct xe_sync_entry; 63 struct xe_sync_entry *sync);
|
D | xe_vm_types.h | 21 struct xe_sync_entry; 367 struct xe_sync_entry *syncs;
|
D | xe_sync_types.h | 17 struct xe_sync_entry { struct
|
D | xe_pt.h | 16 struct xe_sync_entry;
|
D | xe_migrate.h | 20 struct xe_sync_entry;
|
D | xe_vm.h | 24 struct xe_sync_entry;
|
D | xe_exec.c | 113 struct xe_sync_entry *syncs = NULL; in xe_exec_ioctl()
|
D | xe_sched_job.c | 318 struct xe_sync_entry *sync) in xe_sched_job_init_user_fence()
|
D | xe_vm.c | 797 struct xe_sync_entry *syncs, u32 num_syncs); 1700 find_ufence_get(struct xe_sync_entry *syncs, u32 num_syncs) in find_ufence_get() 1705 struct xe_sync_entry *e = &syncs[i]; in find_ufence_get() 2832 struct xe_sync_entry *syncs, in vm_bind_ioctl_signal_fences() 2855 struct xe_sync_entry *syncs, u32 num_syncs) in xe_vma_ops_init() 2925 struct xe_sync_entry *syncs = NULL; in xe_vm_bind_ioctl()
|
D | xe_pt.c | 1024 static bool no_in_syncs(struct xe_sync_entry *syncs, u32 num_syncs) in no_in_syncs()
|