Lines Matching defs:drm_plane
593 struct drm_plane { struct
595 struct drm_device *dev;
604 struct list_head head;
607 char *name;
618 struct drm_modeset_lock mutex;
621 struct drm_mode_object base;
648 * instead check &drm_plane_state.crtc. argument
657 * instead check &drm_plane_state.fb. argument
670 const struct drm_plane_funcs *funcs; argument
675 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
676 enum drm_plane_type type; argument
685 const struct drm_plane_helper_funcs *helper_private; argument
700 struct drm_plane_state *state; argument
711 * drm_plane_create_zpos_property(). argument
717 * drm_plane_create_rotation_property(). argument
734 * See drm_plane_create_color_properties(). argument
753 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument