Lines Matching refs:drm_plane
56 struct drm_plane *plane;
319 int (*update_plane)(struct drm_plane *plane,
342 int (*disable_plane)(struct drm_plane *plane,
352 void (*destroy)(struct drm_plane *plane);
364 void (*reset)(struct drm_plane *plane);
380 int (*set_property)(struct drm_plane *plane,
414 struct drm_plane_state *(*atomic_duplicate_state)(struct drm_plane *plane);
424 void (*atomic_destroy_state)(struct drm_plane *plane,
469 int (*atomic_set_property)(struct drm_plane *plane,
492 int (*atomic_get_property)(struct drm_plane *plane,
509 int (*late_register)(struct drm_plane *plane);
520 void (*early_unregister)(struct drm_plane *plane);
550 bool (*format_mod_supported)(struct drm_plane *plane, uint32_t format,
616 struct drm_plane { struct
791 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument
795 struct drm_plane *plane,
803 void drm_plane_cleanup(struct drm_plane *plane);
901 static inline unsigned int drm_plane_index(const struct drm_plane *plane) in drm_plane_index()
910 static inline u32 drm_plane_mask(const struct drm_plane *plane) in drm_plane_mask()
915 struct drm_plane * drm_plane_from_index(struct drm_device *dev, int idx);
916 void drm_plane_force_disable(struct drm_plane *plane);
918 int drm_mode_plane_set_obj_prop(struct drm_plane *plane,
931 static inline struct drm_plane *drm_plane_find(struct drm_device *dev, in drm_plane_find()
975 bool drm_plane_has_format(struct drm_plane *plane,
980 void drm_plane_enable_fb_damage_clips(struct drm_plane *plane);
986 int drm_plane_create_scaling_filter_property(struct drm_plane *plane,
988 int drm_plane_add_size_hints_property(struct drm_plane *plane,