Lines Matching full:bridges

51  * either connected to it directly, or through a chain of bridges::
57 * Chaining multiple bridges to the output of a bridge, or the same bridge to
58 * the output of different bridges, is not supported.
74 * Bridges are responsible for linking themselves with the next bridge in the
78 * Once these links are created, the bridges can participate along with encoder
86 * bridges in the chain.
98 * Bridges also participate in implementing the &drm_connector at the end of
108 * The interaction between the bridges and other frameworks involved in
165 * DSI host interfaces are expected to be implemented as bridges rather than
365 * Add the given bridge to the global list of bridges, where they can be
426 * Remove the given bridge from the global list of registered bridges, so
492 * Note that bridges attached to encoders are auto-detached during encoder
606 * - The encoder-related operations support control of the bridges in the
627 * negotiate the formats transmitted between bridges in the chain when
636 * based on a chain of bridges. DRM bridges traditionally create a
637 * &drm_connector for bridges meant to be used at the end of the chain. This
638 * puts additional burden on bridge drivers, especially for bridges that may
644 * flexible, a new model allows bridges to unconditionally skip creation of
651 * each chain of bridges, and implement those connector instances based on
678 * connector creation. For intermediate bridges in the chain, the flag shall
688 * drm_bridge_chain_mode_valid - validate the mode against all bridges in the
694 * Calls &drm_bridge_funcs.mode_valid for all the bridges in the encoder
730 * drm_bridge_chain_mode_set - set proposed mode for all bridges in the
736 * Calls &drm_bridge_funcs.mode_set op for all the bridges in the
759 * drm_atomic_bridge_chain_disable - disables all bridges in the encoder chain
764 * &drm_bridge_funcs.disable) op for all the bridges in the encoder chain,
803 * drm_atomic_bridge_chain_post_disable - cleans up after disabling all bridges
809 * &drm_bridge_funcs.post_disable) op for all the bridges in the encoder chain,
867 /* Call these bridges in reverse order */ in drm_atomic_bridge_chain_post_disable()
882 /* Jump all bridges that we have already post_disabled */ in drm_atomic_bridge_chain_post_disable()
898 * drm_atomic_bridge_chain_pre_enable - prepares for enabling all bridges in
904 * &drm_bridge_funcs.pre_enable) op for all the bridges in the encoder chain,
956 * bridges called first. in drm_atomic_bridge_chain_pre_enable()
967 /* Jump all bridges that we have already pre_enabled */ in drm_atomic_bridge_chain_pre_enable()
977 * drm_atomic_bridge_chain_enable - enables all bridges in the encoder chain
982 * &drm_bridge_funcs.enable) op for all the bridges in the encoder chain,
1258 * not necessarily what all bridges want, but that's what most of them in drm_atomic_bridge_propagate_bus_flags()
1273 * &drm_bridge_funcs.mode_fixup()) op for all the bridges in the encoder chain,
1305 * that preceding bridges in the chain can propagate the new in drm_atomic_bridge_chain_check()
1636 debugfs_create_file("bridges", 0444, root, NULL, &allbridges_fops); in drm_bridge_debugfs_params()
1642 /* bridges list */ in drm_bridge_debugfs_encoder_params()
1643 debugfs_create_file("bridges", 0444, root, encoder, &encoder_bridges_fops); in drm_bridge_debugfs_encoder_params()