Lines Matching full:planes
147 * planes on the same CRTC have identical zpos values. This is a
160 * number of active planes for given crtc. Note that the driver must set
309 * with the frame buffer ID set to 0. Disabled planes must not be
534 * For historical reasons not all planes are made the same. This enumeration is
535 * used to tell the different types of planes apart to implement the different
537 * which is using that atomic IOCTL there's no difference between these planes
540 * For compatibility with legacy userspace, only overlay planes are made
557 * Overlay planes represent all non-primary, non-cursor planes. Some
558 * drivers refer to these types of planes as "sprites" internally.
587 * Planes represent the scanout hardware of a display block. They receive their
588 * input data from a &drm_framebuffer and feed it to a &drm_crtc. Planes control
600 * List of all planes on @dev, linked from &drm_mode_config.plane_list.
861 * device's list of planes.
903 * drm_for_each_plane_mask - iterate over planes specified by bitmask
908 * Iterate over all planes specified by bitmask.
915 * drm_for_each_legacy_plane - iterate over all planes for legacy userspace
919 * Iterate over all legacy planes of @dev, excluding primary and cursor planes.
928 * drm_for_each_plane - iterate over all planes
932 * Iterate over all planes of @dev, include primary and cursor planes.