Lines Matching defs:drm_plane
616 struct drm_plane { struct
618 struct drm_device *dev;
627 struct list_head head;
630 char *name;
641 struct drm_modeset_lock mutex;
644 struct drm_mode_object base;
671 * instead check &drm_plane_state.crtc. argument
680 * instead check &drm_plane_state.fb. argument
693 const struct drm_plane_funcs *funcs; argument
698 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
699 enum drm_plane_type type; argument
708 const struct drm_plane_helper_funcs *helper_private; argument
723 struct drm_plane_state *state; argument
734 * drm_plane_create_zpos_property(). argument
740 * drm_plane_create_rotation_property(). argument
757 * See drm_plane_create_color_properties(). argument
765 * See drm_plane_create_color_properties(). argument
767 struct drm_property *color_range_property;
791 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument