Lines Matching defs:drm_plane_funcs
237 struct drm_plane_funcs { struct
264 int (*update_plane)(struct drm_plane *plane,
287 int (*disable_plane)(struct drm_plane *plane,
297 void (*destroy)(struct drm_plane *plane);
309 void (*reset)(struct drm_plane *plane);
325 int (*set_property)(struct drm_plane *plane,
359 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
369 void (*atomic_destroy_state)(struct drm_plane *plane,
414 int (*atomic_set_property)(struct drm_plane *plane,
437 int (*atomic_get_property)(struct drm_plane *plane,
454 int (*late_register)(struct drm_plane *plane);
465 void (*early_unregister)(struct drm_plane *plane);
476 void (*atomic_print_state)(struct drm_printer *p,
495 bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,