Lines Matching full:plane
244 * for example some hw, disabling a CRTC/plane is asynchronous, and
612 * drm_plane_funcs - driver plane control functions
613 * @update_plane: update the plane configuration
614 * @disable_plane: shut down the plane
615 * @destroy: clean up plane resources
619 int (*update_plane)(struct drm_plane *plane,
625 int (*disable_plane)(struct drm_plane *plane);
626 void (*destroy)(struct drm_plane *plane);
628 int (*set_property)(struct drm_plane *plane,
633 * drm_plane - central DRM plane control structure
634 * @dev: DRM device this plane belongs to
637 * @possible_crtcs: pipes this plane can be bound to
638 * @format_types: array of formats supported by this plane
647 * @properties: property tracking for this plane
862 struct drm_plane *plane,
867 extern void drm_plane_cleanup(struct drm_plane *plane);
1077 extern int drm_format_plane_cpp(uint32_t format, int plane);