Searched refs:GEN9_PIPE_PLANE_FLIP_DONE (Results 1 – 2 of 2) sorted by relevance
2393 bdw_enable_pipe_irq(i915, pipe, GEN9_PIPE_PLANE_FLIP_DONE(plane->id)); in skl_plane_enable_flip_done()2404 bdw_disable_pipe_irq(i915, pipe, GEN9_PIPE_PLANE_FLIP_DONE(plane->id)); in skl_plane_disable_flip_done()
2537 #define GEN9_PIPE_PLANE_FLIP_DONE(plane_id) \ macro