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

/drivers/gpu/drm/i915/
H A Di915_dma.c298 * for MI_BATCH_NON_SECURE. These can be made stricter at any time.
527 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
535 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
H A Dintel_ringbuffer.c1589 intel_ring_emit(ring, offset | (flags & I915_DISPATCH_SECURE ? 0 : MI_BATCH_NON_SECURE));
1609 intel_ring_emit(ring, offset | (flags & I915_DISPATCH_SECURE ? 0 : MI_BATCH_NON_SECURE));
H A Di915_reg.h308 #define MI_BATCH_NON_SECURE (1) macro

Completed in 198 milliseconds