Searched refs:DE_PLANE_FLIP_DONE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ | ||
D | i915_irq.c | 2028 if (de_iir & DE_PLANE_FLIP_DONE(pipe)) { in ilk_display_irq_handler() |
D | i915_reg.h | 5128 #define DE_PLANE_FLIP_DONE(plane) (1 << (26 + (plane))) macro |