Lines Matching defs:drm_plane_funcs
271 struct drm_plane_funcs { struct
298 int (*update_plane)(struct drm_plane *plane,
321 int (*disable_plane)(struct drm_plane *plane,
331 void (*destroy)(struct drm_plane *plane);
343 void (*reset)(struct drm_plane *plane);
359 int (*set_property)(struct drm_plane *plane,
393 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
403 void (*atomic_destroy_state)(struct drm_plane *plane,
448 int (*atomic_set_property)(struct drm_plane *plane,
471 int (*atomic_get_property)(struct drm_plane *plane,
488 int (*late_register)(struct drm_plane *plane);
499 void (*early_unregister)(struct drm_plane *plane);
510 void (*atomic_print_state)(struct drm_printer *p,
529 bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,