Lines Matching full:bridges
43 * either connected to it directly, or through a chain of bridges::
49 * Chaining multiple bridges to the output of a bridge, or the same bridge to
50 * the output of different bridges, is not supported.
59 * Bridges are responsible for linking themselves with the next bridge in the
63 * Once these links are created, the bridges can participate along with encoder
71 * bridges in the chain.
83 * Bridges also participate in implementing the &drm_connector at the end of
169 * Note that bridges attached to encoders are auto-detached during encoder
268 * - The encoder-related operations support control of the bridges in the
289 * negotiate the formats transmitted between bridges in the chain when
298 * based on a chain of bridges. DRM bridges traditionally create a
299 * &drm_connector for bridges meant to be used at the end of the chain. This
300 * puts additional burden on bridge drivers, especially for bridges that may
306 * flexible, a new model allows bridges to unconditionally skip creation of
313 * each chain of bridges, and implement those connector instances based on
340 * connector creation. For intermediate bridges in the chain, the flag shall
350 * drm_bridge_chain_mode_fixup - fixup proposed mode for all bridges in the
356 * Calls &drm_bridge_funcs.mode_fixup for all the bridges in the
387 * drm_bridge_chain_mode_valid - validate the mode against all bridges in the
393 * Calls &drm_bridge_funcs.mode_valid for all the bridges in the encoder
429 * drm_bridge_chain_disable - disables all bridges in the encoder chain
432 * Calls &drm_bridge_funcs.disable op for all the bridges in the encoder
458 * drm_bridge_chain_post_disable - cleans up after disabling all bridges in the
462 * Calls &drm_bridge_funcs.post_disable op for all the bridges in the
484 * drm_bridge_chain_mode_set - set proposed mode for all bridges in the
490 * Calls &drm_bridge_funcs.mode_set op for all the bridges in the
513 * drm_bridge_chain_pre_enable - prepares for enabling all bridges in the
517 * Calls &drm_bridge_funcs.pre_enable op for all the bridges in the encoder
543 * drm_bridge_chain_enable - enables all bridges in the encoder chain
546 * Calls &drm_bridge_funcs.enable op for all the bridges in the encoder
568 * drm_atomic_bridge_chain_disable - disables all bridges in the encoder chain
573 * &drm_bridge_funcs.disable) op for all the bridges in the encoder chain,
611 * drm_atomic_bridge_chain_post_disable - cleans up after disabling all bridges
617 * &drm_bridge_funcs.post_disable) op for all the bridges in the encoder chain,
652 * drm_atomic_bridge_chain_pre_enable - prepares for enabling all bridges in
658 * &drm_bridge_funcs.pre_enable) op for all the bridges in the encoder chain,
696 * drm_atomic_bridge_chain_enable - enables all bridges in the encoder chain
701 * &drm_bridge_funcs.enable) op for all the bridges in the encoder chain,
986 * not necessarily what all bridges want, but that's what most of them in drm_atomic_bridge_propagate_bus_flags()
1001 * &drm_bridge_funcs.mode_fixup()) op for all the bridges in the encoder chain,
1033 * that preceding bridges in the chain can propagate the new in drm_atomic_bridge_chain_check()