Lines Matching refs:drm_plane
46 struct drm_plane *plane;
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);
474 bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,
535 struct drm_plane { struct
681 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument
685 struct drm_plane *plane,
694 struct drm_plane *plane,
699 void drm_plane_cleanup(struct drm_plane *plane);
708 static inline unsigned int drm_plane_index(const struct drm_plane *plane) in drm_plane_index()
717 static inline u32 drm_plane_mask(const struct drm_plane *plane) in drm_plane_mask()
722 struct drm_plane * drm_plane_from_index(struct drm_device *dev, int idx);
723 void drm_plane_force_disable(struct drm_plane *plane);
725 int drm_mode_plane_set_obj_prop(struct drm_plane *plane,
738 static inline struct drm_plane *drm_plane_find(struct drm_device *dev, in drm_plane_find()