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

/linux-master/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))
/linux-master/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))
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2204 I915_EXEC_USE_EXTENSIONS))) {
3157 if (!(args->flags & I915_EXEC_USE_EXTENSIONS))

Completed in 286 milliseconds