Lines Matching refs:drm_plane
49 struct drm_plane *plane;
264 int (*update_plane)(struct drm_plane *plane,
287 int (*disable_plane)(struct drm_plane *plane,
297 void (*destroy)(struct drm_plane *plane);
309 void (*reset)(struct drm_plane *plane);
325 int (*set_property)(struct drm_plane *plane,
359 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
369 void (*atomic_destroy_state)(struct drm_plane *plane,
414 int (*atomic_set_property)(struct drm_plane *plane,
437 int (*atomic_get_property)(struct drm_plane *plane,
454 int (*late_register)(struct drm_plane *plane);
465 void (*early_unregister)(struct drm_plane *plane);
495 bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,
556 struct drm_plane { struct
710 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument
714 struct drm_plane *plane,
723 struct drm_plane *plane,
728 void drm_plane_cleanup(struct drm_plane *plane);
737 static inline unsigned int drm_plane_index(const struct drm_plane *plane) in drm_plane_index()
746 static inline u32 drm_plane_mask(const struct drm_plane *plane) in drm_plane_mask()
751 struct drm_plane * drm_plane_from_index(struct drm_device *dev, int idx);
752 void drm_plane_force_disable(struct drm_plane *plane);
754 int drm_mode_plane_set_obj_prop(struct drm_plane *plane,
767 static inline struct drm_plane *drm_plane_find(struct drm_device *dev, in drm_plane_find()