Lines Matching defs:syncobj
221 * a specific syncobj point.
224 * is retrieved from the syncobj itself, and can be NULL if no fence was attached
228 * %DRM_PANTHOR_SYNC_OP_SIGNAL on this syncobj.
238 /** @handle: The syncobj handle. */
242 * @point: The syncobj point.
249 * @syncobj: The sync object pointed by @handle.
251 struct drm_syncobj *syncobj;
255 * timeline syncobj.
257 * NULL for regular syncobj, non-NULL for timeline syncobjs.
262 * @fence: The fence to assign to the syncobj or syncobj-point.
297 * matching the syncobj+point exists before calling
363 drm_syncobj_put(sig_sync->syncobj);
399 sig_sync->syncobj = drm_syncobj_find(ctx->file, handle);
400 if (!sig_sync->syncobj) {
568 * the currently assigned fence to the associated syncobj.
581 drm_syncobj_add_point(sig_sync->syncobj, sig_sync->chain,
585 drm_syncobj_replace_fence(sig_sync->syncobj, sig_sync->fence);