Lines Matching defs:drm_plane
556 struct drm_plane { struct
558 struct drm_device *dev;
567 struct list_head head;
570 char *name;
597 * plane. Used by the drm_plane_init compatibility wrapper only. argument
611 * instead check &drm_plane_state.crtc. argument
620 * instead check &drm_plane_state.fb. argument
633 const struct drm_plane_funcs *funcs; argument
638 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
639 enum drm_plane_type type; argument
648 const struct drm_plane_helper_funcs *helper_private; argument
663 struct drm_plane_state *state; argument
674 * drm_plane_create_zpos_property(). argument
680 * drm_plane_create_rotation_property(). argument
697 * See drm_plane_create_color_properties(). argument
710 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument