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