Searched defs:drm_simple_display_pipe_funcs (Results 1 – 1 of 1) sorted by relevance
19 struct drm_simple_display_pipe_funcs { struct52 enum drm_mode_status (*mode_valid)(struct drm_crtc *crtc,62 void (*enable)(struct drm_simple_display_pipe *pipe,72 void (*disable)(struct drm_simple_display_pipe *pipe);91 int (*check)(struct drm_simple_display_pipe *pipe,106 void (*update)(struct drm_simple_display_pipe *pipe,119 int (*prepare_fb)(struct drm_simple_display_pipe *pipe,129 void (*cleanup_fb)(struct drm_simple_display_pipe *pipe,139 int (*enable_vblank)(struct drm_simple_display_pipe *pipe);168 const struct drm_simple_display_pipe_funcs *funcs; argument