HomeSort by: relevance | last modified time | path
    Searched defs:syncobjs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_syncobj.c 41 * - Creation and destruction of syncobjs
42 * - Import and export of syncobjs to/from a syncobj file descriptor
61 * All manipulation of the syncobjs's fence happens in terms of the current
70 * Host-side wait on syncobjs
85 * syncobjs in the array has a NULL fence, -EINVAL will be returned.
93 * Import/export of syncobjs
97 * provide two mechanisms for import/export of syncobjs.
1048 static signed long drm_syncobj_array_wait_timeout(struct drm_syncobj **syncobjs,
1101 fence = drm_syncobj_fence_get(syncobjs[i]);
1139 drm_syncobj_fence_add_wait(syncobjs[i], &entries[i])
1311 struct drm_syncobj **syncobjs; local
1366 struct drm_syncobj **syncobjs; local
1399 struct drm_syncobj **syncobjs; local
1434 struct drm_syncobj **syncobjs; local
1467 struct drm_syncobj **syncobjs; local
1500 struct drm_syncobj **syncobjs; local
1572 struct drm_syncobj **syncobjs; local
    [all...]

Completed in 23 milliseconds