Lines Matching full:bridges

219 	 * of the bridges chain, for instance when the first bridge in the chain
221 * bridge in the chain and is likely irrelevant for the other bridges.
393 * otherwise. For bridges that don't subclass &drm_bridge_state, the
410 * For bridges that don't subclass &drm_bridge_state, the
464 * Bridge drivers that need to support being linked to bridges that are
522 * bridges that don't subclass &drm_bridge_state, the
531 * 2. It's meant to be used exclusively on bridges that have been
547 * Bridges that implement this callback shall set the
563 * displays such as many fixed panels. Bridges that support reading
567 * This callback is optional. Bridges that implement it shall set the
587 * information for a display connected to the bridge output. Bridges
595 * This callback is optional. Bridges that implement it shall set the
616 * This callback is optional, it may be implemented by bridges that
619 * controllers for HDMI bridges.
632 * This callback is optional and shall only be implemented by bridges
633 * that support hot-plug notification without polling. Bridges that
646 * This callback is optional and shall only be implemented by bridges
647 * that support hot-plug notification without polling. Bridges that
656 * Allows bridges to create bridge-specific debugfs files.
703 * its output. Bridges that set this flag shall implement the
709 * connected to its output. Bridges that set this flag shall implement
715 * without requiring polling. Bridges that set this flag shall
724 * which is separately covered by @DRM_BRIDGE_OP_EDID. Bridges that set
746 /** @list: to keep track of all added bridges */
762 * (DRM_MODE_CONNECTOR_*). For bridges at the end of this chain this
862 * drm_for_each_bridge_in_chain() - Iterate over all bridges present in a chain
863 * @encoder: the encoder to iterate bridges on
867 * Iterate over all bridges present in the bridge chain attached to @encoder.