Home
last modified time | relevance | path

Searched refs:I915_EXEC_BATCH_FIRST (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Di915_drm.h573 #define I915_EXEC_BATCH_FIRST (1<<18) macro
/kernel/linux/linux-5.10/tools/include/uapi/drm/
H A Di915_drm.h557 * as the first execobject as opposed to the last. See I915_EXEC_BATCH_FIRST.
1207 * Setting I915_EXEC_BATCH_FIRST tells execbuf to use element 0 of the
1211 #define I915_EXEC_BATCH_FIRST (1<<18) macro
/kernel/linux/linux-5.10/include/uapi/drm/
H A Di915_drm.h557 * as the first execobject as opposed to the last. See I915_EXEC_BATCH_FIRST.
1207 * Setting I915_EXEC_BATCH_FIRST tells execbuf to use element 0 of the
1211 #define I915_EXEC_BATCH_FIRST (1<<18) macro
/kernel/linux/linux-6.6/include/uapi/drm/
H A Di915_drm.h710 * as the first execobject as opposed to the last. See I915_EXEC_BATCH_FIRST.
1515 * Setting I915_EXEC_BATCH_FIRST tells execbuf to use element 0 of the
1519 #define I915_EXEC_BATCH_FIRST (1<<18) macro
2366 * N buffer objects or first N if I915_EXEC_BATCH_FIRST is set.
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Di915_drm.h570 #define I915_EXEC_BATCH_FIRST (1 << 18) macro
/kernel/linux/linux-6.6/tools/include/uapi/drm/
H A Di915_drm.h710 * as the first execobject as opposed to the last. See I915_EXEC_BATCH_FIRST.
1515 * Setting I915_EXEC_BATCH_FIRST tells execbuf to use element 0 of the
1519 #define I915_EXEC_BATCH_FIRST (1<<18) macro
2366 * N buffer objects or first N if I915_EXEC_BATCH_FIRST is set.
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Di915_drm.h570 #define I915_EXEC_BATCH_FIRST (1 << 18) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c715 if (eb->args->flags & I915_EXEC_BATCH_FIRST) in eb_batch_index()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c554 return eb->args->flags & I915_EXEC_BATCH_FIRST ? in is_batch_buffer()

Completed in 36 milliseconds