Searched defs:drm_simple_display_pipe_funcs (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 79283 struct drm_simple_display_pipe_funcs { struct 79284 …m drm_mode_status (*mode_valid)(struct drm_simple_display_pipe *, const struct drm_display_mode *); 79285 …oid (*enable)(struct drm_simple_display_pipe *, struct drm_crtc_state *, struct drm_plane_state *); 79286 void (*disable)(struct drm_simple_display_pipe *); 79287 int (*check)(struct drm_simple_display_pipe *, struct drm_plane_state *, struct drm_crtc_state *); 79288 void (*update)(struct drm_simple_display_pipe *, struct drm_plane_state *); 79289 int (*prepare_fb)(struct drm_simple_display_pipe *, struct drm_plane_state *); 79290 void (*cleanup_fb)(struct drm_simple_display_pipe *, struct drm_plane_state *); 79291 int (*begin_fb_access)(struct drm_simple_display_pipe *, struct drm_plane_state *); 79292 void (*end_fb_access)(struct drm_simple_display_pipe *, struct drm_plane_state *); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 89025 struct drm_simple_display_pipe_funcs { struct 89026 …m drm_mode_status (*mode_valid)(struct drm_simple_display_pipe *, const struct drm_display_mode *); 89027 …oid (*enable)(struct drm_simple_display_pipe *, struct drm_crtc_state *, struct drm_plane_state *); 89028 void (*disable)(struct drm_simple_display_pipe *); 89029 int (*check)(struct drm_simple_display_pipe *, struct drm_plane_state *, struct drm_crtc_state *); 89030 void (*update)(struct drm_simple_display_pipe *, struct drm_plane_state *); 89031 int (*prepare_fb)(struct drm_simple_display_pipe *, struct drm_plane_state *); 89032 void (*cleanup_fb)(struct drm_simple_display_pipe *, struct drm_plane_state *); 89033 int (*begin_fb_access)(struct drm_simple_display_pipe *, struct drm_plane_state *); 89034 void (*end_fb_access)(struct drm_simple_display_pipe *, struct drm_plane_state *); [all …]
|