Searched refs:GEN9_PIPE_PLANE_FLIP_DONE (Results 1 – 2 of 2) sorted by relevance
2137 bdw_enable_pipe_irq(i915, pipe, GEN9_PIPE_PLANE_FLIP_DONE(plane->id)); in skl_plane_enable_flip_done()2148 bdw_disable_pipe_irq(i915, pipe, GEN9_PIPE_PLANE_FLIP_DONE(plane->id)); in skl_plane_disable_flip_done()
5529 #define GEN9_PIPE_PLANE_FLIP_DONE(p) (1 << (3 + (p))) macro