Searched refs:GFX_OP_PIPE_CONTROL (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.c191 intel_ring_emit(ring, GFX_OP_PIPE_CONTROL(5));
204 intel_ring_emit(ring, GFX_OP_PIPE_CONTROL(5));
259 intel_ring_emit(ring, GFX_OP_PIPE_CONTROL(4));
277 intel_ring_emit(ring, GFX_OP_PIPE_CONTROL(4));
358 intel_ring_emit(ring, GFX_OP_PIPE_CONTROL(4));
736 intel_ring_emit(ring__, GFX_OP_PIPE_CONTROL(4) | PIPE_CONTROL_QW_WRITE | \
762 intel_ring_emit(ring, GFX_OP_PIPE_CONTROL(4) | PIPE_CONTROL_QW_WRITE |
780 intel_ring_emit(ring, GFX_OP_PIPE_CONTROL(4) | PIPE_CONTROL_QW_WRITE |
H A Di915_reg.h400 #define GFX_OP_PIPE_CONTROL(len) ((0x3<<29)|(0x3<<27)|(0x2<<24)|(len-2)) macro

Completed in 59 milliseconds