Lines Matching refs:connectors
206 * disconnected connectors. Then it will disable all unused encoders and CRTCs
259 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance
312 /* Pass our mode to the connectors and the CRTC to give them a chance to
387 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
431 /* Decouple all encoders and their attached connectors from this crtc */
463 * For connectors that support multiple encoders, either the
551 DRM_DEBUG_KMS("[CRTC:%d:%s] [FB:%d] #connectors=%d (x y) (%i %i)\n",
625 /* take a reference on all unbound connectors in set, reuse the
626 * already taken reference for bound connectors
629 if (set->connectors[ro]->encoder)
631 drm_connector_get(set->connectors[ro]);
642 if (set->connectors[ro] == connector) {
693 if (set->connectors[ro] == connector)
741 DRM_DEBUG_KMS("\t[CONNECTOR:%d:%s] set DPMS on\n", set->connectors[i]->base.id,
742 set->connectors[i]->name);
743 set->connectors[i]->funcs->dpms(set->connectors[i], DRM_MODE_DPMS_ON);
778 /* after fail drop reference on all unbound connectors in set, let
779 * bound connectors keep their reference
782 if (set->connectors[ro]->encoder)
784 drm_connector_put(set->connectors[ro]);
983 /* disable the unused connectors while restoring the modesetting */