Lines Matching refs:pipe
66 struct drm_simple_display_pipe pipe;
624 static enum drm_mode_status repaper_pipe_mode_valid(struct drm_simple_display_pipe *pipe,
627 struct drm_crtc *crtc = &pipe->crtc;
633 static void repaper_pipe_enable(struct drm_simple_display_pipe *pipe,
637 struct repaper_epd *epd = drm_to_epd(pipe->crtc.dev);
643 if (!drm_dev_enter(pipe->crtc.dev, &idx))
773 static void repaper_pipe_disable(struct drm_simple_display_pipe *pipe)
775 struct repaper_epd *epd = drm_to_epd(pipe->crtc.dev);
829 static void repaper_pipe_update(struct drm_simple_display_pipe *pipe,
832 struct drm_plane_state *state = pipe->plane.state;
835 if (!pipe->crtc.state->active)
1101 ret = drm_simple_display_pipe_init(drm, &epd->pipe, &repaper_pipe_funcs,