Lines Matching refs:pipe
54 drm_crtc_handle_vblank(&priv->pipe.crtc);
71 static int tve200_display_check(struct drm_simple_display_pipe *pipe,
76 struct drm_framebuffer *old_fb = pipe->plane.state->fb;
121 static void tve200_display_enable(struct drm_simple_display_pipe *pipe,
125 struct drm_crtc *crtc = &pipe->crtc;
126 struct drm_plane *plane = &pipe->plane;
242 static void tve200_display_disable(struct drm_simple_display_pipe *pipe)
244 struct drm_crtc *crtc = &pipe->crtc;
257 static void tve200_display_update(struct drm_simple_display_pipe *pipe,
260 struct drm_crtc *crtc = &pipe->crtc;
264 struct drm_plane *plane = &pipe->plane;
294 static int tve200_display_enable_vblank(struct drm_simple_display_pipe *pipe)
296 struct drm_crtc *crtc = &pipe->crtc;
306 static void tve200_display_disable_vblank(struct drm_simple_display_pipe *pipe)
308 struct drm_crtc *crtc = &pipe->crtc;
349 ret = drm_simple_display_pipe_init(drm, &priv->pipe,