Lines Matching full:bridges
220 * of the bridges chain, for instance when the first bridge in the chain
222 * bridge in the chain and is likely irrelevant for the other bridges.
370 * otherwise. For bridges that don't subclass &drm_bridge_state, the
387 * For bridges that don't subclass &drm_bridge_state, the
441 * Bridge drivers that need to support being linked to bridges that are
499 * bridges that don't subclass &drm_bridge_state, the
508 * 2. It's meant to be used exclusively on bridges that have been
524 * Bridges that implement this callback shall set the
540 * displays such as many fixed panels. Bridges that support reading
544 * This callback is optional. Bridges that implement it shall set the
564 * information for a display connected to the bridge output. Bridges
572 * This callback is optional. Bridges that implement it shall set the
593 * This callback is optional, it may be implemented by bridges that
596 * controllers for HDMI bridges.
609 * This callback is optional and shall only be implemented by bridges
610 * that support hot-plug notification without polling. Bridges that
623 * This callback is optional and shall only be implemented by bridges
624 * that support hot-plug notification without polling. Bridges that
633 * Allows bridges to create bridge-specific debugfs files.
680 * its output. Bridges that set this flag shall implement the
686 * connected to its output. Bridges that set this flag shall implement
692 * without requiring polling. Bridges that set this flag shall
701 * which is separately covered by @DRM_BRIDGE_OP_EDID. Bridges that set
723 /** @list: to keep track of all added bridges */
739 * (DRM_MODE_CONNECTOR_*). For bridges at the end of this chain this
847 * drm_for_each_bridge_in_chain() - Iterate over all bridges present in a chain
848 * @encoder: the encoder to iterate bridges on
852 * Iterate over all bridges present in the bridge chain attached to @encoder.