Lines Matching defs:drm_plane_funcs
269 struct drm_plane_funcs { struct
296 int (*update_plane)(struct drm_plane *plane,
319 int (*disable_plane)(struct drm_plane *plane,
329 void (*destroy)(struct drm_plane *plane);
341 void (*reset)(struct drm_plane *plane);
357 int (*set_property)(struct drm_plane *plane,
391 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
401 void (*atomic_destroy_state)(struct drm_plane *plane,
446 int (*atomic_set_property)(struct drm_plane *plane,
469 int (*atomic_get_property)(struct drm_plane *plane,
486 int (*late_register)(struct drm_plane *plane);
497 void (*early_unregister)(struct drm_plane *plane);
508 void (*atomic_print_state)(struct drm_printer *p,
527 bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,