Lines Matching full:planes
153 * planes on the same CRTC have identical zpos values. This is a
166 * number of active planes for given crtc. Note that the driver must set
332 * with the frame buffer ID set to 0. Disabled planes must not be
557 * For historical reasons not all planes are made the same. This enumeration is
558 * used to tell the different types of planes apart to implement the different
560 * which is using that atomic IOCTL there's no difference between these planes
563 * For compatibility with legacy userspace, only overlay planes are made
580 * Overlay planes represent all non-primary, non-cursor planes. Some
581 * drivers refer to these types of planes as "sprites" internally.
610 * Planes represent the scanout hardware of a display block. They receive their
611 * input data from a &drm_framebuffer and feed it to a &drm_crtc. Planes control
623 * List of all planes on @dev, linked from &drm_mode_config.plane_list.
899 * device's list of planes.
941 * drm_for_each_plane_mask - iterate over planes specified by bitmask
946 * Iterate over all planes specified by bitmask.
953 * drm_for_each_legacy_plane - iterate over all planes for legacy userspace
957 * Iterate over all legacy planes of @dev, excluding primary and cursor planes.
966 * drm_for_each_plane - iterate over all planes
970 * Iterate over all planes of @dev, include primary and cursor planes.