Lines Matching refs:pipe
303 * mipi_dbi_pipe_update - Display pipe update helper
304 * @pipe: Simple display pipe
310 void mipi_dbi_pipe_update(struct drm_simple_display_pipe *pipe,
313 struct drm_plane_state *state = pipe->plane.state;
316 if (!pipe->crtc.state->active)
382 * mipi_dbi_pipe_disable - MIPI DBI pipe disable helper
383 * @pipe: Display pipe
389 void mipi_dbi_pipe_disable(struct drm_simple_display_pipe *pipe)
391 struct mipi_dbi_dev *dbidev = drm_to_mipi_dbi_dev(pipe->crtc.dev);
473 * @funcs: Display pipe functions
530 ret = drm_simple_display_pipe_init(drm, &dbidev->pipe, funcs, formats, format_count,
535 drm_plane_enable_fb_damage_clips(&dbidev->pipe.plane);
553 * @funcs: Display pipe functions