HomeSort by: relevance | last modified time | path
    Searched refs:I915_EXEC_BATCH_FIRST (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 559 * as the first execobject as opposed to the last. See I915_EXEC_BATCH_FIRST.
1165 * Setting I915_EXEC_BATCH_FIRST tells execbuf to use element 0 of the
1169 #define I915_EXEC_BATCH_FIRST (1<<18)
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 714 if (eb->args->flags & I915_EXEC_BATCH_FIRST)

Completed in 19 milliseconds