Lines Matching defs:pipe
38 drm_crtc_handle_vblank(&priv->pipe.crtc);
50 pl111_mode_valid(struct drm_simple_display_pipe *pipe,
53 struct drm_device *drm = pipe->crtc.dev;
84 static int pl111_display_check(struct drm_simple_display_pipe *pipe,
89 struct drm_framebuffer *old_fb = pipe->plane.state->fb;
118 static void pl111_display_enable(struct drm_simple_display_pipe *pipe,
122 struct drm_crtc *crtc = &pipe->crtc;
123 struct drm_plane *plane = &pipe->plane;
356 void pl111_display_disable(struct drm_simple_display_pipe *pipe)
358 struct drm_crtc *crtc = &pipe->crtc;
388 static void pl111_display_update(struct drm_simple_display_pipe *pipe,
391 struct drm_crtc *crtc = &pipe->crtc;
395 struct drm_plane *plane = &pipe->plane;
417 static int pl111_display_enable_vblank(struct drm_simple_display_pipe *pipe)
419 struct drm_crtc *crtc = &pipe->crtc;
428 static void pl111_display_disable_vblank(struct drm_simple_display_pipe *pipe)
430 struct drm_crtc *crtc = &pipe->crtc;
586 ret = drm_simple_display_pipe_init(drm, &priv->pipe,