Lines Matching defs:drm_plane
614 struct drm_plane { struct
616 struct drm_device *dev;
625 struct list_head head;
628 char *name;
639 struct drm_modeset_lock mutex;
642 struct drm_mode_object base;
669 * instead check &drm_plane_state.crtc. argument
678 * instead check &drm_plane_state.fb. argument
691 const struct drm_plane_funcs *funcs; argument
696 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
697 enum drm_plane_type type; argument
706 const struct drm_plane_helper_funcs *helper_private; argument
721 struct drm_plane_state *state; argument
732 * drm_plane_create_zpos_property(). argument
738 * drm_plane_create_rotation_property(). argument
755 * See drm_plane_create_color_properties(). argument
763 * See drm_plane_create_color_properties(). argument
784 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument