Lines Matching refs:sync_ops
300 * sync_ops supplied for them by the user.
306 /** @sync_ops: Pointer to the sync_ops associated with @job. */
307 struct drm_pvr_sync_op *sync_ops;
309 /** @sync_op_count: Number of members of @sync_ops. */
316 * @job_data: Precreated job and sync_ops array.
334 job_data->sync_ops);
341 job_data->sync_ops, signal_array);
368 job_data->sync_ops,
376 * @job_data: Array of precreated jobs and their sync_ops.
471 kvfree(job_data[i].sync_ops);
477 * the appropriate sync_ops args, which will be copied in.
503 err = PVR_UOBJ_GET_ARRAY(job_data_out[i].sync_ops,
504 &job_args[i].sync_ops);
513 job_data_out[i].sync_op_count = job_args[i].sync_ops.count;