Home
last modified time | relevance | path

Searched refs:I915_EXEC_BATCH_FIRST (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/gpu/rfc/
H A Di915_scheduler.rst149 in the drm_i915_gem_exec_object2 list or the first N if I915_EXEC_BATCH_FIRST is
/linux/include/uapi/drm/
H A Di915_drm.h1525 #define I915_EXEC_BATCH_FIRST (1<<18) macro
/linux/tools/include/uapi/drm/
H A Di915_drm.h1525 #define I915_EXEC_BATCH_FIRST (1<<18) macro
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c555 return eb->args->flags & I915_EXEC_BATCH_FIRST ? in is_batch_buffer()