Lines Matching defs:drm_plane_funcs
292 struct drm_plane_funcs { struct
319 int (*update_plane)(struct drm_plane *plane,
342 int (*disable_plane)(struct drm_plane *plane,
352 void (*destroy)(struct drm_plane *plane);
364 void (*reset)(struct drm_plane *plane);
380 int (*set_property)(struct drm_plane *plane,
414 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
424 void (*atomic_destroy_state)(struct drm_plane *plane,
469 int (*atomic_set_property)(struct drm_plane *plane,
492 int (*atomic_get_property)(struct drm_plane *plane,
509 int (*late_register)(struct drm_plane *plane);
520 void (*early_unregister)(struct drm_plane *plane);
531 void (*atomic_print_state)(struct drm_printer *p,
550 bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,