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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_irq.c2954 u16 flip_pending = DISPLAY_PLANE_FLIP_PENDING(pipe); local
2959 if ((iir & flip_pending) == 0)
2970 if (I915_READ16(ISR) & flip_pending)
3129 u32 flip_pending = DISPLAY_PLANE_FLIP_PENDING(plane); local
3134 if ((iir & flip_pending) == 0)
3145 if (I915_READ(ISR) & flip_pending)

Completed in 24 milliseconds