Searched defs:drm_simple_display_pipe_funcs (Results 1 – 2 of 2) sorted by relevance
| /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
|
| /kernel/linux/linux-4.19/include/drm/ |
| D | drm_simple_kms_helper.h | 23 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
|