Lines Matching defs:drm_plane_funcs
256 struct drm_plane_funcs { struct
283 int (*update_plane)(struct drm_plane *plane,
306 int (*disable_plane)(struct drm_plane *plane,
316 void (*destroy)(struct drm_plane *plane);
328 void (*reset)(struct drm_plane *plane);
344 int (*set_property)(struct drm_plane *plane,
378 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
388 void (*atomic_destroy_state)(struct drm_plane *plane,
433 int (*atomic_set_property)(struct drm_plane *plane,
456 int (*atomic_get_property)(struct drm_plane *plane,
473 int (*late_register)(struct drm_plane *plane);
484 void (*early_unregister)(struct drm_plane *plane);
495 void (*atomic_print_state)(struct drm_printer *p,
514 bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,