Searched defs:drm_plane_funcs (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 70838 struct drm_plane_funcs { struct 70839 …igned int, unsigned int, uint32_t, uint32_t, uint32_t, uint32_t, struct drm_modeset_acquire_ctx *); 70840 int (*disable_plane)(struct drm_plane *, struct drm_modeset_acquire_ctx *); 70841 void (*destroy)(struct drm_plane *); 70842 void (*reset)(struct drm_plane *); 70843 int (*set_property)(struct drm_plane *, struct drm_property *, uint64_t); 70844 struct drm_plane_state * (*atomic_duplicate_state)(struct drm_plane *); 70845 void (*atomic_destroy_state)(struct drm_plane *, struct drm_plane_state *); 70846 …tomic_set_property)(struct drm_plane *, struct drm_plane_state *, struct drm_property *, uint64_t); 70847 …t_property)(struct drm_plane *, const struct drm_plane_state *, struct drm_property *, uint64_t *); [all …]
|
| D | vmlinux.h | 70838 struct drm_plane_funcs { struct 70839 …igned int, unsigned int, uint32_t, uint32_t, uint32_t, uint32_t, struct drm_modeset_acquire_ctx *); 70840 int (*disable_plane)(struct drm_plane *, struct drm_modeset_acquire_ctx *); 70841 void (*destroy)(struct drm_plane *); 70842 void (*reset)(struct drm_plane *); 70843 int (*set_property)(struct drm_plane *, struct drm_property *, uint64_t); 70844 struct drm_plane_state * (*atomic_duplicate_state)(struct drm_plane *); 70845 void (*atomic_destroy_state)(struct drm_plane *, struct drm_plane_state *); 70846 …tomic_set_property)(struct drm_plane *, struct drm_plane_state *, struct drm_property *, uint64_t); 70847 …t_property)(struct drm_plane *, const struct drm_plane_state *, struct drm_property *, uint64_t *); [all …]
|