Lines Matching refs:pipe
65 struct drm_simple_display_pipe pipe;
650 static void repaper_pipe_enable(struct drm_simple_display_pipe *pipe,
654 struct repaper_epd *epd = drm_to_epd(pipe->crtc.dev);
660 if (!drm_dev_enter(pipe->crtc.dev, &idx))
790 static void repaper_pipe_disable(struct drm_simple_display_pipe *pipe)
792 struct repaper_epd *epd = drm_to_epd(pipe->crtc.dev);
846 static void repaper_pipe_update(struct drm_simple_display_pipe *pipe,
849 struct drm_plane_state *state = pipe->plane.state;
852 if (!pipe->crtc.state->active)
1132 ret = drm_simple_display_pipe_init(drm, &epd->pipe, &repaper_pipe_funcs,