Lines Matching full:bridges
26 * operations are fully implemented based on the operations of the bridges in
32 * connector with the chain of bridges passed to the function and registers it
37 * provided by the bridges in the chain. Each connector operation is delegated
41 * To make use of this helper, all bridges in the chain shall report bridge
44 * flag (none of the bridges shall create a DRM connector directly).
48 * struct drm_bridge_connector - A connector backed by a chain of bridges
58 * The encoder at the start of the bridges chain.
105 /* Notify all bridges in the pipeline of hotplug events. */ in drm_bridge_connector_hpd_notify()
298 /* No need for .mode_valid(), the bridges are checked by the core. */
308 * drm_bridge_connector_init - Initialise a connector for a chain of bridges
313 * device. The connector is associated with a chain of bridges that starts at
314 * the @encoder. All bridges in the chain shall report bridge operation flags
346 * bridges in the pipeline that support HPD and output detection. Then in drm_bridge_connector_init()