Searched defs:drm_simple_display_pipe_funcs (Results 1 – 1 of 1) sorted by relevance
23 struct drm_simple_display_pipe_funcs { struct56 enum drm_mode_status (*mode_valid)(struct drm_crtc *crtc,66 void (*enable)(struct drm_simple_display_pipe *pipe,76 void (*disable)(struct drm_simple_display_pipe *pipe);95 int (*check)(struct drm_simple_display_pipe *pipe,110 void (*update)(struct drm_simple_display_pipe *pipe,123 int (*prepare_fb)(struct drm_simple_display_pipe *pipe,133 void (*cleanup_fb)(struct drm_simple_display_pipe *pipe,143 int (*enable_vblank)(struct drm_simple_display_pipe *pipe);172 const struct drm_simple_display_pipe_funcs *funcs; argument