Searched refs:I915_EXEC_FENCE_ARRAY (Results 1 – 8 of 8) sorted by relevance
1071 #define I915_EXEC_FENCE_ARRAY (1<<19) macro1073 #define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_FENCE_ARRAY<<1))
1109 #define I915_EXEC_FENCE_ARRAY (1<<19) macro1111 #define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_FENCE_ARRAY<<1))
2209 if (!(exec->flags & (I915_EXEC_FENCE_ARRAY | in i915_gem_check_execbuffer()2818 if (!(args->flags & I915_EXEC_FENCE_ARRAY)) in add_fence_array()3012 if (eb->args->flags & I915_EXEC_FENCE_ARRAY) in parse_execbuf2_extensions()
1217 #define I915_EXEC_FENCE_ARRAY (1<<19) macro