Lines Matching defs:pipe
39 drm_crtc_handle_vblank(&priv->pipe.crtc);
51 pl111_mode_valid(struct drm_simple_display_pipe *pipe,
54 struct drm_device *drm = pipe->crtc.dev;
85 static int pl111_display_check(struct drm_simple_display_pipe *pipe,
90 struct drm_framebuffer *old_fb = pipe->plane.state->fb;
119 static void pl111_display_enable(struct drm_simple_display_pipe *pipe,
123 struct drm_crtc *crtc = &pipe->crtc;
124 struct drm_plane *plane = &pipe->plane;
357 static void pl111_display_disable(struct drm_simple_display_pipe *pipe)
359 struct drm_crtc *crtc = &pipe->crtc;
389 static void pl111_display_update(struct drm_simple_display_pipe *pipe,
392 struct drm_crtc *crtc = &pipe->crtc;
396 struct drm_plane *plane = &pipe->plane;
418 static int pl111_display_enable_vblank(struct drm_simple_display_pipe *pipe)
420 struct drm_crtc *crtc = &pipe->crtc;
429 static void pl111_display_disable_vblank(struct drm_simple_display_pipe *pipe)
431 struct drm_crtc *crtc = &pipe->crtc;
586 ret = drm_simple_display_pipe_init(drm, &priv->pipe,