Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_simple_kms_helper.h23 struct drm_simple_display_pipe_funcs { struct
31 void (*enable)(struct drm_simple_display_pipe *pipe,
40 void (*disable)(struct drm_simple_display_pipe *pipe);
59 int (*check)(struct drm_simple_display_pipe *pipe,
74 void (*update)(struct drm_simple_display_pipe *pipe,
84 int (*prepare_fb)(struct drm_simple_display_pipe *pipe,
115 const struct drm_simple_display_pipe_funcs *funcs; argument