Lines Matching full:bridges

209 	 * of the bridges chain, for instance when the first bridge in the chain
211 * bridge in the chain and is likely irrelevant for the other bridges.
373 * otherwise. For bridges that don't subclass &drm_bridge_state, the
390 * For bridges that don't subclass &drm_bridge_state, the
444 * Bridge drivers that need to support being linked to bridges that are
502 * bridges that don't subclass &drm_bridge_state, the
511 * 2. It's meant to be used exclusively on bridges that have been
527 * Bridges that implement this callback shall set the
543 * displays such as many fixed panels. Bridges that support reading
547 * This callback is optional. Bridges that implement it shall set the
567 * information for a display connected to the bridge output. Bridges
575 * This callback is optional. Bridges that implement it shall set the
596 * This callback is optional, it may be implemented by bridges that
599 * controllers for HDMI bridges.
612 * This callback is optional and shall only be implemented by bridges
613 * that support hot-plug notification without polling. Bridges that
626 * This callback is optional and shall only be implemented by bridges
627 * that support hot-plug notification without polling. Bridges that
676 * its output. Bridges that set this flag shall implement the
682 * connected to its output. Bridges that set this flag shall implement
688 * without requiring polling. Bridges that set this flag shall
697 * which is separately covered by @DRM_BRIDGE_OP_EDID. Bridges that set
719 /** @list: to keep track of all added bridges */
735 * (DRM_MODE_CONNECTOR_*). For bridges at the end of this chain this
826 * drm_for_each_bridge_in_chain() - Iterate over all bridges present in a chain
827 * @encoder: the encoder to iterate bridges on
831 * Iterate over all bridges present in the bridge chain attached to @encoder.