Lines Matching full:bridges
24 * operations are fully implemented based on the operations of the bridges in
30 * connector with the chain of bridges passed to the function and registers it
35 * provided by the bridges in the chain. Each connector operation is delegated
39 * To make use of this helper, all bridges in the chain shall report bridge
42 * flag (none of the bridges shall create a DRM connector directly).
46 * struct drm_bridge_connector - A connector backed by a chain of bridges
56 * The encoder at the start of the bridges chain.
103 /* Notify all bridges in the pipeline of hotplug events. */ in drm_bridge_connector_hpd_notify()
307 /* No need for .mode_valid(), the bridges are checked by the core. */
315 * drm_bridge_connector_init - Initialise a connector for a chain of bridges
320 * device. The connector is associated with a chain of bridges that starts at
321 * the @encoder. All bridges in the chain shall report bridge operation flags
352 * bridges in the pipeline that support HPD and output detection. Then in drm_bridge_connector_init()