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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_ringbuffer.c68 cmd |= MI_NO_WRITE_FLUSH;
97 * only flushed if MI_NO_WRITE_FLUSH is unset. On 965, it is
121 cmd = MI_FLUSH | MI_NO_WRITE_FLUSH;
123 cmd &= ~MI_NO_WRITE_FLUSH;
H A Di915_dma.c533 OUT_RING(MI_FLUSH | MI_NO_WRITE_FLUSH | MI_INVALIDATE_ISP);
H A Di915_reg.h281 #define MI_NO_WRITE_FLUSH (1 << 2) macro

Completed in 46 milliseconds