Lines Matching defs:wait
482 /* Unlike the gem wait, negative values are not infinite here. */
1688 struct drm_i915_gem_wait wait = {
1693 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_WAIT, &wait);
1703 * @bo: buffer object to wait for
1704 * @timeout_ns: amount of time to wait in nanoseconds.
1705 * If value is less than 0, an infinite wait will occur.
1707 * Returns 0 if the wait was successful ie. the last batch referencing the
1709 * value describes the error. Of particular interest is -ETIME when the wait has
1715 * not hold the lock for the duration of the wait). This makes the wait subject
1718 * The implementation shall wait until the object is no longer actively
1719 * referenced within a batch buffer at the time of the call. The wait will
1724 * Note that some kernels have broken the infinite wait for negative values