HomeSort by: relevance | last modified time | path
    Searched defs:syncobjs (Results 1 - 3 of 3) 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 in function:drm_syncobj_array_find
1366 struct drm_syncobj **syncobjs; local in function:drm_syncobj_wait_ioctl
1399 struct drm_syncobj **syncobjs; local in function:drm_syncobj_timeline_wait_ioctl
1434 struct drm_syncobj **syncobjs; local in function:drm_syncobj_reset_ioctl
1467 struct drm_syncobj **syncobjs; local in function:drm_syncobj_signal_ioctl
1500 struct drm_syncobj **syncobjs; local in function:drm_syncobj_timeline_signal_ioctl
1572 struct drm_syncobj **syncobjs; local in function:drm_syncobj_query_ioctl
    [all...]
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 in function:drm_syncobj_array_find
1366 struct drm_syncobj **syncobjs; local in function:drm_syncobj_wait_ioctl
1399 struct drm_syncobj **syncobjs; local in function:drm_syncobj_timeline_wait_ioctl
1434 struct drm_syncobj **syncobjs; local in function:drm_syncobj_reset_ioctl
1467 struct drm_syncobj **syncobjs; local in function:drm_syncobj_signal_ioctl
1500 struct drm_syncobj **syncobjs; local in function:drm_syncobj_timeline_signal_ioctl
1572 struct drm_syncobj **syncobjs; local in function:drm_syncobj_query_ioctl
    [all...]
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 in function:drm_syncobj_array_find
1366 struct drm_syncobj **syncobjs; local in function:drm_syncobj_wait_ioctl
1399 struct drm_syncobj **syncobjs; local in function:drm_syncobj_timeline_wait_ioctl
1434 struct drm_syncobj **syncobjs; local in function:drm_syncobj_reset_ioctl
1467 struct drm_syncobj **syncobjs; local in function:drm_syncobj_signal_ioctl
1500 struct drm_syncobj **syncobjs; local in function:drm_syncobj_timeline_signal_ioctl
1572 struct drm_syncobj **syncobjs; local in function:drm_syncobj_query_ioctl
    [all...]

Completed in 34 milliseconds