Symbol: xe_sync_entry
drivers/gpu/drm/xe/xe_exec.c
119
struct xe_sync_entry *syncs = NULL;
drivers/gpu/drm/xe/xe_hw_engine_group.c
320
static int wait_syncs(struct xe_sync_entry *syncs, int num_syncs)
drivers/gpu/drm/xe/xe_hw_engine_group.c
346
struct xe_sync_entry *syncs, int num_syncs)
drivers/gpu/drm/xe/xe_hw_engine_group.h
14
struct xe_sync_entry;
drivers/gpu/drm/xe/xe_hw_engine_group.h
24
struct xe_sync_entry *syncs, int num_syncs);
drivers/gpu/drm/xe/xe_migrate.h
22
struct xe_sync_entry;
drivers/gpu/drm/xe/xe_oa.c
100
struct xe_sync_entry *syncs;
drivers/gpu/drm/xe/xe_oa_types.h
267
struct xe_sync_entry *syncs;
drivers/gpu/drm/xe/xe_pt.c
1202
static bool no_in_syncs(struct xe_sync_entry *syncs, u32 num_syncs)
drivers/gpu/drm/xe/xe_pt.h
18
struct xe_sync_entry;
drivers/gpu/drm/xe/xe_sched_job.c
307
struct xe_sync_entry *sync)
drivers/gpu/drm/xe/xe_sched_job.h
13
struct xe_sync_entry;
drivers/gpu/drm/xe/xe_sched_job.h
62
struct xe_sync_entry *sync);
drivers/gpu/drm/xe/xe_sync.c
114
struct xe_sync_entry *sync,
drivers/gpu/drm/xe/xe_sync.c
234
int xe_sync_entry_add_deps(struct xe_sync_entry *sync, struct xe_sched_job *job)
drivers/gpu/drm/xe/xe_sync.c
251
int xe_sync_entry_wait(struct xe_sync_entry *sync)
drivers/gpu/drm/xe/xe_sync.c
263
bool xe_sync_needs_wait(struct xe_sync_entry *sync)
drivers/gpu/drm/xe/xe_sync.c
269
void xe_sync_entry_signal(struct xe_sync_entry *sync, struct dma_fence *fence)
drivers/gpu/drm/xe/xe_sync.c
306
void xe_sync_entry_cleanup(struct xe_sync_entry *sync)
drivers/gpu/drm/xe/xe_sync.c
332
xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync,
drivers/gpu/drm/xe/xe_sync.c
420
struct xe_user_fence *xe_sync_ufence_get(struct xe_sync_entry *sync)
drivers/gpu/drm/xe/xe_sync.h
23
struct xe_sync_entry *sync,
drivers/gpu/drm/xe/xe_sync.h
28
int xe_sync_entry_add_deps(struct xe_sync_entry *sync,
drivers/gpu/drm/xe/xe_sync.h
30
void xe_sync_entry_signal(struct xe_sync_entry *sync,
drivers/gpu/drm/xe/xe_sync.h
32
int xe_sync_entry_wait(struct xe_sync_entry *sync);
drivers/gpu/drm/xe/xe_sync.h
33
bool xe_sync_needs_wait(struct xe_sync_entry *sync);
drivers/gpu/drm/xe/xe_sync.h
34
void xe_sync_entry_cleanup(struct xe_sync_entry *sync);
drivers/gpu/drm/xe/xe_sync.h
36
xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync,
drivers/gpu/drm/xe/xe_sync.h
39
static inline bool xe_sync_is_ufence(struct xe_sync_entry *sync)
drivers/gpu/drm/xe/xe_sync.h
45
struct xe_user_fence *xe_sync_ufence_get(struct xe_sync_entry *sync);
drivers/gpu/drm/xe/xe_vm.c
1906
find_ufence_get(struct xe_sync_entry *syncs, u32 num_syncs)
drivers/gpu/drm/xe/xe_vm.c
1911
struct xe_sync_entry *e = &syncs[i];
drivers/gpu/drm/xe/xe_vm.c
3509
struct xe_sync_entry *syncs,
drivers/gpu/drm/xe/xe_vm.c
3532
struct xe_sync_entry *syncs, u32 num_syncs)
drivers/gpu/drm/xe/xe_vm.c
3622
struct xe_sync_entry *syncs = NULL;
drivers/gpu/drm/xe/xe_vm.c
685
struct xe_sync_entry *syncs, u32 num_syncs);
drivers/gpu/drm/xe/xe_vm.h
25
struct xe_sync_entry;
drivers/gpu/drm/xe/xe_vm_types.h
27
struct xe_sync_entry;
drivers/gpu/drm/xe/xe_vm_types.h
477
struct xe_sync_entry *syncs;