Searched defs:drm_simple_display_pipe_funcs (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_simple_kms_helper.h | 19 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 …]
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_simple_kms_helper.h | 19 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, 122 int (*prepare_fb)(struct drm_simple_display_pipe *pipe, 132 void (*cleanup_fb)(struct drm_simple_display_pipe *pipe, 142 int (*enable_vblank)(struct drm_simple_display_pipe *pipe); 171 const struct drm_simple_display_pipe_funcs *funcs; argument
|