Lines Matching defs:pipe
134 drm_crtc_handle_vblank(&mcde->pipe.crtc);
159 static int mcde_display_check(struct drm_simple_display_pipe *pipe,
164 struct drm_framebuffer *old_fb = pipe->plane.state->fb;
913 * This drains a pipe i.e. a FIFO connected to a certain channel
1151 static void mcde_display_enable(struct drm_simple_display_pipe *pipe,
1155 struct drm_crtc *crtc = &pipe->crtc;
1156 struct drm_plane *plane = &pipe->plane;
1195 /* Drain the FIFO A + channel 0 pipe so we have a clean slate */
1300 static void mcde_display_disable(struct drm_simple_display_pipe *pipe)
1302 struct drm_crtc *crtc = &pipe->crtc;
1383 static void mcde_display_update(struct drm_simple_display_pipe *pipe,
1386 struct drm_crtc *crtc = &pipe->crtc;
1390 struct drm_plane *plane = &pipe->plane;
1445 static int mcde_display_enable_vblank(struct drm_simple_display_pipe *pipe)
1447 struct drm_crtc *crtc = &pipe->crtc;
1464 static void mcde_display_disable_vblank(struct drm_simple_display_pipe *pipe)
1466 struct drm_crtc *crtc = &pipe->crtc;
1512 ret = drm_simple_display_pipe_init(drm, &mcde->pipe,