Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/
Ddrm_simple_kms_helper.h19 struct drm_simple_display_pipe_funcs { struct
52 enum drm_mode_status (*mode_valid)(struct drm_simple_display_pipe *pipe,
62 void (*enable)(struct drm_simple_display_pipe *pipe,
72 void (*disable)(struct drm_simple_display_pipe *pipe);
106 * &struct drm_simple_display_pipe_funcs.check and let DRM's argument
109 void (*update)(struct drm_simple_display_pipe *pipe,
125 int (*prepare_fb)(struct drm_simple_display_pipe *pipe,
135 void (*cleanup_fb)(struct drm_simple_display_pipe *pipe,
145 int (*begin_fb_access)(struct drm_simple_display_pipe *pipe,
155 void (*end_fb_access)(struct drm_simple_display_pipe *pipe,
[all …]