Home
last modified time | relevance | path

Searched refs:syncs (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/gpu/
H A Ddrm-vm-bind-async.rst258 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/include/uapi/drm/
H A Dxe_drm.h1180 * .syncs = &sync,
1220 /** @num_syncs: amount of syncs to wait on */
1223 /** @syncs: pointer to struct drm_xe_sync array */
1224 __u64 syncs; member
1451 * .syncs = &sync,
1470 /** @syncs: Pointer to struct drm_xe_sync array. */ member
1471 __u64 syncs;
1831 * @DRM_XE_OA_PROPERTY_NUM_SYNCS: Number of syncs in the sync array
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c1202 static bool no_in_syncs(struct xe_sync_entry *syncs, u32 num_syncs) in no_in_syncs() argument
1207 struct dma_fence *fence = syncs[i].fence; in no_in_syncs()
1296 if (!job && !no_in_syncs(vops->syncs, vops->num_syncs)) in xe_pt_vm_dependencies()
1342 err = xe_sync_entry_add_deps(&vops->syncs[i], job); in xe_pt_vm_dependencies()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-dv-timings.rst240 There are no horizontal syncs/porches at all in this format.
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c2442 if (!op->syncs.count) in panthor_vm_bind_prepare_op_ctx()
2581 if (op->syncs.count) in panthor_vm_bind_exec_sync_op()
/linux/kernel/sched/
H A Dext.c87 unsigned long syncs[]; member
4728 new_ksyncs = kvzalloc_node(struct_size(new_ksyncs, syncs, nr_cpu_ids), in alloc_kick_syncs()
5514 ksyncs = rcu_dereference_bh(ksyncs_pcpu)->syncs; in kick_cpus_irq_workfn()