Lines Matching defs:connector
72 * @connector_type: the connector type (DRM_MODE_CONNECTOR_*) corresponding to
122 * drm_panel_attach - attach a panel to a connector
124 * @connector: DRM connector
127 * function to attach a panel to a connector.
129 * An error is returned if the panel is already attached to another connector.
136 int drm_panel_attach(struct drm_panel *panel, struct drm_connector *connector)
143 * drm_panel_detach - detach a panel from a connector
146 * Detaches a panel from the connector it is attached to. If a panel is not
147 * attached to any connector this is effectively a no-op.
266 * @connector: DRM connector
268 * The modes probed from the panel are automatically added to the connector
275 struct drm_connector *connector)
281 return panel->funcs->get_modes(panel, connector);