Lines Matching refs:pipe
126 drm_crtc_handle_vblank(&mcde->pipe.crtc);
151 static int mcde_display_check(struct drm_simple_display_pipe *pipe,
156 struct drm_framebuffer *old_fb = pipe->plane.state->fb;
803 * This drains a pipe i.e. a FIFO connected to a certain channel
863 static void mcde_display_enable(struct drm_simple_display_pipe *pipe,
867 struct drm_crtc *crtc = &pipe->crtc;
868 struct drm_plane *plane = &pipe->plane;
972 /* Drain the FIFO A + channel 0 pipe so we have a clean slate */
1059 static void mcde_display_disable(struct drm_simple_display_pipe *pipe)
1061 struct drm_crtc *crtc = &pipe->crtc;
1138 static void mcde_display_update(struct drm_simple_display_pipe *pipe,
1141 struct drm_crtc *crtc = &pipe->crtc;
1145 struct drm_plane *plane = &pipe->plane;
1200 static int mcde_display_enable_vblank(struct drm_simple_display_pipe *pipe)
1202 struct drm_crtc *crtc = &pipe->crtc;
1219 static void mcde_display_disable_vblank(struct drm_simple_display_pipe *pipe)
1221 struct drm_crtc *crtc = &pipe->crtc;
1264 ret = drm_simple_display_pipe_init(drm, &mcde->pipe,