Searched defs:drm_plane_helper_funcs (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 70854 struct drm_plane_helper_funcs { struct 70855 int (*prepare_fb)(struct drm_plane *, struct drm_plane_state *); 70856 void (*cleanup_fb)(struct drm_plane *, struct drm_plane_state *); 70857 int (*atomic_check)(struct drm_plane *, struct drm_plane_state *); 70858 void (*atomic_update)(struct drm_plane *, struct drm_plane_state *); 70859 void (*atomic_disable)(struct drm_plane *, struct drm_plane_state *); 70860 int (*atomic_async_check)(struct drm_plane *, struct drm_plane_state *); 70861 void (*atomic_async_update)(struct drm_plane *, struct drm_plane_state *);
|
| D | vmlinux.h | 70854 struct drm_plane_helper_funcs { struct 70855 int (*prepare_fb)(struct drm_plane *, struct drm_plane_state *); 70856 void (*cleanup_fb)(struct drm_plane *, struct drm_plane_state *); 70857 int (*atomic_check)(struct drm_plane *, struct drm_plane_state *); 70858 void (*atomic_update)(struct drm_plane *, struct drm_plane_state *); 70859 void (*atomic_disable)(struct drm_plane *, struct drm_plane_state *); 70860 int (*atomic_async_check)(struct drm_plane *, struct drm_plane_state *); 70861 void (*atomic_async_update)(struct drm_plane *, struct drm_plane_state *);
|