Lines Matching refs:pipe
87 struct drm_simple_display_pipe pipe;
557 /* gm12u320 (simple) display pipe */
559 static void gm12u320_pipe_enable(struct drm_simple_display_pipe *pipe,
564 struct gm12u320_device *gm12u320 = to_gm12u320(pipe->crtc.dev);
570 static void gm12u320_pipe_disable(struct drm_simple_display_pipe *pipe)
572 struct gm12u320_device *gm12u320 = to_gm12u320(pipe->crtc.dev);
577 static void gm12u320_pipe_update(struct drm_simple_display_pipe *pipe,
580 struct drm_plane_state *state = pipe->plane.state;
584 gm12u320_fb_mark_dirty(pipe->plane.state->fb, &rect);
691 &gm12u320->pipe,