Lines Matching defs:connector

98  * connector-related operations exposed by the bridge (see the overview
430 * - The connector-related operations support implementing a &drm_connector
438 * To simplify bridge drivers and make the connector implementation more
446 * each chain of bridges, and implement those connector instances based on
447 * the bridge connector operations.
449 * Bridge drivers shall implement the connector-related operations for all
454 * controller of the SoC. Support for the connector-related operations on the
462 * decide which bridge to delegate a connector operation to. This mechanism
468 * new models by making connector creation optional and implementing the
473 * connector creation. For intermediate bridges in the chain, the flag shall
1011 struct drm_connector *conn = conn_state->connector;
1123 * @conn_state: new connector state
1138 struct drm_connector *conn = conn_state->connector;
1201 * @connector
1203 * @connector: the connector to fill with modes
1207 * fill the connector with all valid modes and return the number of modes
1211 * The number of modes added to the connector.
1214 struct drm_connector *connector)
1219 return bridge->funcs->get_modes(bridge, connector);
1226 * @connector: the connector to read EDID for
1239 struct drm_connector *connector)
1249 edid = drm_bridge_get_edid(bridge, connector);
1260 return bridge->funcs->edid_read(bridge, connector);
1267 * @connector: the connector to read EDID for
1279 struct drm_connector *connector)
1284 return bridge->funcs->get_edid(bridge, connector);