Lines Matching full:bridges
28 * operations are fully implemented based on the operations of the bridges in
34 * connector with the chain of bridges passed to the function and registers it
39 * provided by the bridges in the chain. Each connector operation is delegated
43 * To make use of this helper, all bridges in the chain shall report bridge
46 * flag (none of the bridges shall create a DRM connector directly).
50 * struct drm_bridge_connector - A connector backed by a chain of bridges
60 * The encoder at the start of the bridges chain.
114 /* Notify all bridges in the pipeline of hotplug events. */ in drm_bridge_connector_hpd_notify()
304 /* No need for .mode_valid(), the bridges are checked by the core. */
368 * drm_bridge_connector_init - Initialise a connector for a chain of bridges
373 * device. The connector is associated with a chain of bridges that starts at
374 * the @encoder. All bridges in the chain shall report bridge operation flags
408 * bridges in the pipeline that support HPD and output detection. Then in drm_bridge_connector_init()