Home
last modified time | relevance | path

Searched refs:I915_EXEC_USE_EXTENSIONS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/include/uapi/drm/
H A Di915_drm.h624 * I915_EXEC_USE_EXTENSIONS.
1103 * & I915_EXEC_USE_EXTENSIONS are not set.
1109 * If I915_EXEC_USE_EXTENSIONS is set, then this is a pointer to a
1229 * Setting I915_EXEC_USE_EXTENSIONS implies that
1235 #define I915_EXEC_USE_EXTENSIONS (1 << 21) macro
1237 #define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_USE_EXTENSIONS << 1))
/kernel/linux/linux-5.10/include/uapi/drm/
H A Di915_drm.h624 * I915_EXEC_USE_EXTENSIONS.
1103 * & I915_EXEC_USE_EXTENSIONS are not set.
1109 * If I915_EXEC_USE_EXTENSIONS is set, then this is a pointer to a
1229 * Setting I915_EXEC_USE_EXTENSIONS implies that
1235 #define I915_EXEC_USE_EXTENSIONS (1 << 21) macro
1237 #define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_USE_EXTENSIONS << 1))
/kernel/linux/linux-6.6/include/uapi/drm/
H A Di915_drm.h777 * I915_EXEC_USE_EXTENSIONS.
1412 * I915_EXEC_USE_EXTENSIONS flags are not set.
1418 * If I915_EXEC_USE_EXTENSIONS is set, then this is a pointer to a
1537 * Setting I915_EXEC_USE_EXTENSIONS implies that
1543 #define I915_EXEC_USE_EXTENSIONS (1 << 21) macro
1544 #define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_USE_EXTENSIONS << 1))
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Di915_drm.h573 #define I915_EXEC_USE_EXTENSIONS (1 << 21) macro
574 #define __I915_EXEC_UNKNOWN_FLAGS (- (I915_EXEC_USE_EXTENSIONS << 1))
/kernel/linux/linux-6.6/tools/include/uapi/drm/
H A Di915_drm.h777 * I915_EXEC_USE_EXTENSIONS.
1412 * I915_EXEC_USE_EXTENSIONS flags are not set.
1418 * If I915_EXEC_USE_EXTENSIONS is set, then this is a pointer to a
1537 * Setting I915_EXEC_USE_EXTENSIONS implies that
1543 #define I915_EXEC_USE_EXTENSIONS (1 << 21) macro
1544 #define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_USE_EXTENSIONS << 1))
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Di915_drm.h573 #define I915_EXEC_USE_EXTENSIONS (1 << 21) macro
574 #define __I915_EXEC_UNKNOWN_FLAGS (- (I915_EXEC_USE_EXTENSIONS << 1))
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2210 I915_EXEC_USE_EXTENSIONS))) { in i915_gem_check_execbuffer()
3006 if (!(args->flags & I915_EXEC_USE_EXTENSIONS)) in parse_execbuf2_extensions()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2209 I915_EXEC_USE_EXTENSIONS))) { in i915_gem_check_execbuffer()
3162 if (!(args->flags & I915_EXEC_USE_EXTENSIONS)) in parse_execbuf2_extensions()

Completed in 33 milliseconds