Lines Matching defs:drm_plane
575 struct drm_plane { struct
577 struct drm_device *dev;
586 struct list_head head;
589 char *name;
616 * plane. Used by the drm_plane_init compatibility wrapper only. argument
630 * instead check &drm_plane_state.crtc. argument
639 * instead check &drm_plane_state.fb. argument
652 const struct drm_plane_funcs *funcs; argument
657 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
658 enum drm_plane_type type; argument
667 const struct drm_plane_helper_funcs *helper_private; argument
682 struct drm_plane_state *state; argument
693 * drm_plane_create_zpos_property(). argument
699 * drm_plane_create_rotation_property(). argument
716 * See drm_plane_create_color_properties(). argument
729 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument