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
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
640 * bridges that take part in the HDMI connector implementation. Bridges
661 * This callback is optional but it must be implemented by bridges that
672 * This callback is optional but it must be implemented by bridges that
682 * Allows bridges to create bridge-specific debugfs files.
729 * its output. Bridges that set this flag shall implement the
735 * connected to its output. Bridges that set this flag shall implement
741 * without requiring polling. Bridges that set this flag shall
750 * which is separately covered by @DRM_BRIDGE_OP_EDID. Bridges that set
756 * including infoframes support. Bridges that set this flag must
780 /** @list: to keep track of all added bridges */
796 * (DRM_MODE_CONNECTOR_*). For bridges at the end of this chain this
929 * drm_for_each_bridge_in_chain() - Iterate over all bridges present in a chain
930 * @encoder: the encoder to iterate bridges on
934 * Iterate over all bridges present in the bridge chain attached to @encoder.