Lines Matching defs:drm_plane
633 struct drm_plane { struct
635 struct drm_device *dev;
644 struct list_head head;
647 char *name;
658 struct drm_modeset_lock mutex;
661 struct drm_mode_object base;
688 * instead check &drm_plane_state.crtc. argument
697 * instead check &drm_plane_state.fb. argument
710 const struct drm_plane_funcs *funcs; argument
715 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
716 enum drm_plane_type type; argument
725 const struct drm_plane_helper_funcs *helper_private; argument
740 struct drm_plane_state *state; argument
751 * drm_plane_create_zpos_property(). argument
757 * drm_plane_create_rotation_property(). argument
774 * See drm_plane_create_color_properties(). argument
782 * See drm_plane_create_color_properties(). argument
784 struct drm_property *color_range_property;
808 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument