Lines Matching full:bridges

222 	 * of the bridges chain, for instance when the first bridge in the chain
224 * bridge in the chain and is likely irrelevant for the other bridges.
372 * otherwise. For bridges that don't subclass &drm_bridge_state, the
389 * For bridges that don't subclass &drm_bridge_state, the
443 * Bridge drivers that need to support being linked to bridges that are
501 * bridges that don't subclass &drm_bridge_state, the
510 * 2. It's meant to be used exclusively on bridges that have been
526 * Bridges that implement this callback shall set the
542 * displays such as many fixed panels. Bridges that support reading
546 * This callback is optional. Bridges that implement it shall set the
566 * information for a display connected to the bridge output. Bridges
574 * This callback is optional. Bridges that implement it shall set the
595 * This callback is optional, it may be implemented by bridges that
598 * controllers for HDMI bridges.
611 * This callback is optional and shall only be implemented by bridges
612 * that support hot-plug notification without polling. Bridges that
625 * This callback is optional and shall only be implemented by bridges
626 * that support hot-plug notification without polling. Bridges that
635 * Allows bridges to create bridge-specific debugfs files.
682 * its output. Bridges that set this flag shall implement the
688 * connected to its output. Bridges that set this flag shall implement
694 * without requiring polling. Bridges that set this flag shall
703 * 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.