Home
last modified time | relevance | path

Searched refs:MI_BATCH_NON_SECURE (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/drm/
HDi915_dma.c520 OUT_RING(batch->start | MI_BATCH_NON_SECURE); in i915_dispatch_batchbuffer()
526 OUT_RING(batch->start | MI_BATCH_NON_SECURE); in i915_dispatch_batchbuffer()
HDi915_reg.h140 #define MI_BATCH_NON_SECURE (1) macro
/NextBSD/sys/dev/drm2/i915/
HDi915_dma.c549 OUT_RING(batch->start | MI_BATCH_NON_SECURE); in i915_dispatch_batchbuffer()
557 OUT_RING(batch->start | MI_BATCH_NON_SECURE); in i915_dispatch_batchbuffer()
HDintel_ringbuffer.c904 intel_ring_emit(ring, offset | MI_BATCH_NON_SECURE); in i830_dispatch_execbuffer()
923 intel_ring_emit(ring, offset | MI_BATCH_NON_SECURE); in i915_dispatch_execbuffer()
HDi915_reg.h261 #define MI_BATCH_NON_SECURE (1) macro