Searched refs:syncs (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_exec.c | 116 struct drm_xe_sync __user *syncs_user = u64_to_user_ptr(args->syncs); in xe_exec_ioctl() 119 struct xe_sync_entry *syncs = NULL; in xe_exec_ioctl() local 165 syncs = kzalloc_objs(*syncs, args->num_syncs); in xe_exec_ioctl() 166 if (!syncs) { in xe_exec_ioctl() 175 err = xe_sync_entry_parse(xe, xef, &syncs[num_syncs], in xe_exec_ioctl() 183 if (xe_sync_is_ufence(&syncs[num_syncs])) in xe_exec_ioctl() 186 if (!num_in_sync && xe_sync_needs_wait(&syncs[num_syncs])) in xe_exec_ioctl() 209 syncs, num_in_sync ? in xe_exec_ioctl() 243 fence = xe_sync_in_fence_get(syncs, num_syncs, q, vm); in xe_exec_ioctl() 250 xe_sync_entry_signal(&syncs[i], fence); in xe_exec_ioctl() [all …]
|
| H A D | xe_vm.c | 762 struct xe_sync_entry *syncs, u32 num_syncs); 2048 find_ufence_get(struct xe_sync_entry *syncs, u32 num_syncs) in find_ufence_get() argument 2053 struct xe_sync_entry *e = &syncs[i]; in find_ufence_get() 3517 ufence = find_ufence_get(vops->syncs, vops->num_syncs); in vm_bind_ioctl_ops_fini() 3532 xe_sync_entry_signal(vops->syncs + i, fence); in vm_bind_ioctl_ops_fini() 3748 struct xe_sync_entry *syncs, in vm_bind_ioctl_signal_fences() argument 3755 fence = xe_sync_in_fence_get(syncs, num_syncs, in vm_bind_ioctl_signal_fences() 3761 xe_sync_entry_signal(&syncs[i], fence); in vm_bind_ioctl_signal_fences() 3771 struct xe_sync_entry *syncs, u32 num_syncs) in xe_vma_ops_init() argument 3777 vops->syncs = syncs; in xe_vma_ops_init() [all …]
|
| H A D | xe_vm_types.h | 537 struct xe_sync_entry *syncs; member
|
| H A D | xe_pt.c | 1228 static bool no_in_syncs(struct xe_sync_entry *syncs, u32 num_syncs) in no_in_syncs() argument 1233 struct dma_fence *fence = syncs[i].fence; in no_in_syncs() 1322 if (!job && !no_in_syncs(vops->syncs, vops->num_syncs)) in xe_pt_vm_dependencies() 1368 err = xe_sync_entry_add_deps(&vops->syncs[i], job); in xe_pt_vm_dependencies()
|
| /linux/Documentation/gpu/ |
| H A D | drm-vm-bind-async.rst | 258 synchronous VM_BIND, the num_syncs and syncs fields must be zero. Here 298 /** @num_syncs: amount of syncs to wait for or to signal on completion. */ 304 /** @syncs: pointer to struct drm_xe_sync array */ 305 __u64 syncs;
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3154 static const char *syncs[SYN_CNT] = { variable 3611 [EV_SYN] = syncs, [EV_KEY] = keys,
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-dv-timings.rst | 240 There are no horizontal syncs/porches at all in this format.
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 2589 if (!op->syncs.count) in panthor_vm_bind_prepare_op_ctx() 2728 if (op->syncs.count) in panthor_vm_bind_exec_sync_op()
|