Lines Matching defs:drm_plane
603 struct drm_plane { struct
605 struct drm_device *dev;
614 struct list_head head;
617 char *name;
628 struct drm_modeset_lock mutex;
631 struct drm_mode_object base;
658 * instead check &drm_plane_state.crtc. argument
667 * instead check &drm_plane_state.fb. argument
680 const struct drm_plane_funcs *funcs; argument
685 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
686 enum drm_plane_type type; argument
695 const struct drm_plane_helper_funcs *helper_private; argument
710 struct drm_plane_state *state; argument
721 * drm_plane_create_zpos_property(). argument
727 * drm_plane_create_rotation_property(). argument
744 * See drm_plane_create_color_properties(). argument
763 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument