Lines Matching full:bridges

224 	 * of the bridges chain, for instance when the first bridge in the chain
226 * bridge in the chain and is likely irrelevant for the other bridges.
374 * otherwise. For bridges that don't subclass &drm_bridge_state, the
391 * For bridges that don't subclass &drm_bridge_state, the
445 * Bridge drivers that need to support being linked to bridges that are
503 * bridges that don't subclass &drm_bridge_state, the
512 * 2. It's meant to be used exclusively on bridges that have been
528 * Bridges that implement this callback shall set the
544 * displays such as many fixed panels. Bridges that support reading
548 * This callback is optional. Bridges that implement it shall set the
568 * information for a display connected to the bridge output. Bridges
576 * This callback is optional. Bridges that implement it shall set the
598 * This callback is optional, it may be implemented by bridges that
601 * controllers for HDMI bridges.
614 * This callback is optional and shall only be implemented by bridges
615 * that support hot-plug notification without polling. Bridges that
628 * This callback is optional and shall only be implemented by bridges
629 * that support hot-plug notification without polling. Bridges that
642 * bridges that take part in the HDMI connector implementation. Bridges
663 * This callback is optional but it must be implemented by bridges that
674 * This callback is optional but it must be implemented by bridges that
735 * Allows bridges to create bridge-specific debugfs files.
782 * its output. Bridges that set this flag shall implement the
788 * connected to its output. Bridges that set this flag shall implement
794 * without requiring polling. Bridges that set this flag shall
803 * which is separately covered by @DRM_BRIDGE_OP_EDID. Bridges that set
809 * including infoframes support. Bridges that set this flag must
833 /** @list: to keep track of all added bridges */
849 * (DRM_MODE_CONNECTOR_*). For bridges at the end of this chain this
1008 * drm_for_each_bridge_in_chain() - Iterate over all bridges present in a chain
1009 * @encoder: the encoder to iterate bridges on
1013 * Iterate over all bridges present in the bridge chain attached to @encoder.