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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.c72 * only flushed if MI_NO_WRITE_FLUSH is unset. On 965, it is
96 cmd = MI_FLUSH | MI_NO_WRITE_FLUSH;
99 cmd &= ~MI_NO_WRITE_FLUSH;
540 MI_NO_WRITE_FLUSH |
H A Di915_dma.c503 OUT_RING(MI_FLUSH | MI_NO_WRITE_FLUSH | MI_INVALIDATE_ISP);
H A Di915_reg.h170 #define MI_NO_WRITE_FLUSH (1 << 2) macro

Completed in 57 milliseconds