HomeSort by: relevance | last modified time | path
    Searched defs:batch_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 277 u32 batch_flags; /** Flags composed for emit_bb_start() */ member in struct:i915_execbuffer
2165 eb->batch_flags |= I915_DISPATCH_SECURE;
2237 eb->batch_flags);
2640 eb.batch_flags = 0;
2652 eb.batch_flags |= I915_DISPATCH_SECURE;
2655 eb.batch_flags |= I915_DISPATCH_PINNED;
2744 if (eb.batch_flags & I915_DISPATCH_SECURE) {
2818 trace_i915_request_queue(eb.request, eb.batch_flags);
2851 if (eb.batch_flags & I915_DISPATCH_SECURE)
i915_gem_execbuffer.c 277 u32 batch_flags; /** Flags composed for emit_bb_start() */ member in struct:i915_execbuffer
2165 eb->batch_flags |= I915_DISPATCH_SECURE;
2237 eb->batch_flags);
2640 eb.batch_flags = 0;
2652 eb.batch_flags |= I915_DISPATCH_SECURE;
2655 eb.batch_flags |= I915_DISPATCH_PINNED;
2744 if (eb.batch_flags & I915_DISPATCH_SECURE) {
2818 trace_i915_request_queue(eb.request, eb.batch_flags);
2851 if (eb.batch_flags & I915_DISPATCH_SECURE)

Completed in 115 milliseconds