Home
last modified time | relevance | path

Searched defs:drm_simple_display_pipe_funcs (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_simple_kms_helper.h23 struct drm_simple_display_pipe_funcs { struct
56 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