Home
last modified time | relevance | path

Searched refs:xe_sync_needs_wait (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_sync.c253 return xe_sync_needs_wait(sync) ? in xe_sync_entry_wait()
263 bool xe_sync_needs_wait(struct xe_sync_entry *sync) in xe_sync_needs_wait() function
H A Dxe_exec.c186 if (!num_in_sync && xe_sync_needs_wait(&syncs[num_syncs])) in xe_exec_ioctl()