| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_exec.c | 113 struct xe_sync_entry *syncs = NULL; in xe_exec_ioctl() local 152 syncs = kcalloc(args->num_syncs, sizeof(*syncs), GFP_KERNEL); in xe_exec_ioctl() 153 if (!syncs) { in xe_exec_ioctl() 162 err = xe_sync_entry_parse(xe, xef, &syncs[num_syncs], in xe_exec_ioctl() 169 if (xe_sync_is_ufence(&syncs[num_syncs])) in xe_exec_ioctl() 224 fence = xe_sync_in_fence_get(syncs, num_syncs, q, vm); in xe_exec_ioctl() 231 xe_sync_entry_signal(&syncs[i], fence); in xe_exec_ioctl() 288 err = xe_sync_entry_add_deps(&syncs[i], job); in xe_exec_ioctl() 318 xe_sched_job_init_user_fence(job, &syncs[i]); in xe_exec_ioctl() 354 xe_sync_entry_cleanup(&syncs[num_syncs]); in xe_exec_ioctl() [all …]
|
| H A D | xe_oa.c | 93 struct xe_sync_entry *syncs; member 1037 xe_sync_entry_cleanup(&stream->syncs[i]); in xe_oa_emit_oa_config() 1038 kfree(stream->syncs); in xe_oa_emit_oa_config() 1371 param->syncs = kcalloc(param->num_syncs, sizeof(*param->syncs), GFP_KERNEL); in xe_oa_parse_syncs() 1372 if (!param->syncs) { in xe_oa_parse_syncs() 1384 if (xe_sync_is_ufence(¶m->syncs[num_syncs])) in xe_oa_parse_syncs() 1397 xe_sync_entry_cleanup(¶m->syncs[num_syncs]); in xe_oa_parse_syncs() 1398 kfree(param->syncs); in xe_oa_parse_syncs() 1515 stream->syncs = param.syncs; in xe_oa_config_locked() 1699 stream->syncs = param->syncs; in xe_oa_stream_init() [all …]
|
| H A D | xe_vm.c | 2010 struct xe_sync_entry *e = &syncs[i]; in find_ufence_get() 3187 struct xe_sync_entry *syncs, in vm_bind_ioctl_signal_fences() argument 3199 xe_sync_entry_signal(&syncs[i], fence); in vm_bind_ioctl_signal_fences() 3216 vops->syncs = syncs; in xe_vma_ops_init() 3286 struct xe_sync_entry *syncs = NULL; in xe_vm_bind_ioctl() local 3383 syncs = kcalloc(args->num_syncs, sizeof(*syncs), GFP_KERNEL); in xe_vm_bind_ioctl() 3384 if (!syncs) { in xe_vm_bind_ioctl() 3390 syncs_user = u64_to_user_ptr(args->syncs); in xe_vm_bind_ioctl() 3401 if (xe_sync_is_ufence(&syncs[num_syncs])) in xe_vm_bind_ioctl() 3475 xe_sync_entry_cleanup(&syncs[num_syncs]); in xe_vm_bind_ioctl() [all …]
|
| H A D | xe_oa_types.h | 252 struct xe_sync_entry *syncs; member
|
| H A D | xe_vm_types.h | 429 struct xe_sync_entry *syncs; member
|
| H A D | xe_pt.c | 1147 static bool no_in_syncs(struct xe_sync_entry *syncs, u32 num_syncs) in no_in_syncs() argument 1152 struct dma_fence *fence = syncs[i].fence; in no_in_syncs() 1239 if (!job && !no_in_syncs(vops->syncs, vops->num_syncs)) in xe_pt_vm_dependencies() 1292 err = xe_sync_entry_add_deps(&vops->syncs[i], job); in xe_pt_vm_dependencies()
|
| /linux-6.15/include/uapi/drm/ |
| H A D | v3d_drm.h | 433 __u64 syncs; member 456 __u64 syncs; member 502 __u64 syncs; member 519 __u64 syncs; member 571 __u64 syncs; member
|
| H A D | panthor_drm.h | 541 struct drm_panthor_obj_array syncs; member 850 struct drm_panthor_obj_array syncs; member
|
| H A D | xe_drm.h | 1186 __u64 syncs; member 1427 __u64 syncs; member
|
| /linux-6.15/drivers/gpu/drm/v3d/ |
| H A D | v3d_submit.c | 454 u32 __user *offsets, *syncs; in v3d_get_cpu_timestamp_query_params() local 485 syncs = u64_to_user_ptr(timestamp.syncs); in v3d_get_cpu_timestamp_query_params() 497 if (get_user(sync, syncs++)) { in v3d_get_cpu_timestamp_query_params() 523 u32 __user *syncs; in v3d_get_cpu_reset_timestamp_params() local 550 syncs = u64_to_user_ptr(reset.syncs); in v3d_get_cpu_reset_timestamp_params() 557 if (get_user(sync, syncs++)) { in v3d_get_cpu_reset_timestamp_params() 584 u32 __user *offsets, *syncs; in v3d_get_cpu_copy_query_results_params() local 615 syncs = u64_to_user_ptr(copy.syncs); in v3d_get_cpu_copy_query_results_params() 627 if (get_user(sync, syncs++)) { in v3d_get_cpu_copy_query_results_params() 658 u32 __user *syncs, in v3d_copy_query_info() argument [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/media/i2c/ |
| H A D | tvp5150.txt | 5 with discrete syncs or 8-bit ITU-R BT.656 with embedded syncs output formats.
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_drv.c | 176 PANTHOR_UOBJ_DECL(struct drm_panthor_queue_submit, syncs), \ 178 PANTHOR_UOBJ_DECL(struct drm_panthor_vm_bind_op, syncs)) 453 const struct drm_panthor_obj_array *syncs) in panthor_submit_ctx_add_job() argument 459 ret = PANTHOR_UOBJ_GET_ARRAY(ctx->jobs[idx].syncops, syncs); in panthor_submit_ctx_add_job() 463 ctx->jobs[idx].syncop_count = syncs->count; in panthor_submit_ctx_add_job() 998 ret = panthor_submit_ctx_add_job(&ctx, i, job, &qsubmit->syncs); in panthor_ioctl_group_submit() 1224 ret = panthor_submit_ctx_add_job(&ctx, i, job, &op->syncs); in panthor_ioctl_vm_bind_async()
|
| H A D | panthor_mmu.c | 2464 if (!op->syncs.count) in panthor_vm_bind_prepare_op_ctx() 2603 if (op->syncs.count) in panthor_vm_bind_exec_sync_op()
|
| /linux-6.15/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-6.15/drivers/hid/ |
| H A D | hid-debug.c | 3151 static const char *syncs[SYN_CNT] = { variable 3602 [EV_SYN] = syncs, [EV_KEY] = keys,
|
| /linux-6.15/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.
|