Lines Matching defs:drm_plane_funcs
216 struct drm_plane_funcs { struct
243 int (*update_plane)(struct drm_plane *plane,
266 int (*disable_plane)(struct drm_plane *plane,
276 void (*destroy)(struct drm_plane *plane);
288 void (*reset)(struct drm_plane *plane);
304 int (*set_property)(struct drm_plane *plane,
338 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
348 void (*atomic_destroy_state)(struct drm_plane *plane,
393 int (*atomic_set_property)(struct drm_plane *plane,
416 int (*atomic_get_property)(struct drm_plane *plane,
433 int (*late_register)(struct drm_plane *plane);
444 void (*early_unregister)(struct drm_plane *plane);
455 void (*atomic_print_state)(struct drm_printer *p,
474 bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,