Lines Matching defs:drm_plane
595 struct drm_plane { struct
597 struct drm_device *dev;
606 struct list_head head;
609 char *name;
636 * plane. Used by the drm_plane_init compatibility wrapper only. argument
650 * instead check &drm_plane_state.crtc. argument
659 * instead check &drm_plane_state.fb. argument
672 const struct drm_plane_funcs *funcs; argument
677 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
678 enum drm_plane_type type; argument
687 const struct drm_plane_helper_funcs *helper_private; argument
702 struct drm_plane_state *state; argument
713 * drm_plane_create_zpos_property(). argument
719 * drm_plane_create_rotation_property(). argument
736 * See drm_plane_create_color_properties(). argument
755 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument