Lines Matching defs:drm_plane_funcs
279 struct drm_plane_funcs { struct
306 int (*update_plane)(struct drm_plane *plane,
329 int (*disable_plane)(struct drm_plane *plane,
339 void (*destroy)(struct drm_plane *plane);
351 void (*reset)(struct drm_plane *plane);
367 int (*set_property)(struct drm_plane *plane,
401 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
411 void (*atomic_destroy_state)(struct drm_plane *plane,
456 int (*atomic_set_property)(struct drm_plane *plane,
479 int (*atomic_get_property)(struct drm_plane *plane,
496 int (*late_register)(struct drm_plane *plane);
507 void (*early_unregister)(struct drm_plane *plane);
518 void (*atomic_print_state)(struct drm_printer *p,
537 bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,