Lines Matching defs:wait
1097 * @bo: buffer object to wait for
1098 * @timeout_ns: amount of time to wait in nanoseconds.
1099 * If value is less than 0, an infinite wait will occur.
1101 * Returns 0 if the wait was successful ie. the last batch referencing the
1103 * value describes the error. Of particular interest is -ETIME when the wait has
1109 * not hold the lock for the duration of the wait). This makes the wait subject
1112 * The implementation shall wait until the object is no longer actively
1113 * referenced within a batch buffer at the time of the call. The wait will
1118 * Note that some kernels have broken the inifite wait for negative values
1130 struct drm_i915_gem_wait wait = {
1134 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_WAIT, &wait);