Lines Matching refs:connectors
218 * disconnected connectors. Then it will disable all unused encoders and CRTCs
271 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance
324 /* Pass our mode to the connectors and the CRTC to give them a chance to
399 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
469 /* Decouple all encoders and their attached connectors from this crtc */
501 * For connectors that support multiple encoders, either the
589 DRM_DEBUG_KMS("[CRTC:%d:%s] [FB:%d] #connectors=%d (x y) (%i %i)\n",
663 /* take a reference on all unbound connectors in set, reuse the
664 * already taken reference for bound connectors
667 if (set->connectors[ro]->encoder)
669 drm_connector_get(set->connectors[ro]);
680 if (set->connectors[ro] == connector) {
731 if (set->connectors[ro] == connector)
779 DRM_DEBUG_KMS("\t[CONNECTOR:%d:%s] set DPMS on\n", set->connectors[i]->base.id,
780 set->connectors[i]->name);
781 set->connectors[i]->funcs->dpms(set->connectors[i], DRM_MODE_DPMS_ON);
816 /* after fail drop reference on all unbound connectors in set, let
817 * bound connectors keep their reference
820 if (set->connectors[ro]->encoder)
822 drm_connector_put(set->connectors[ro]);
1021 /* disable the unused connectors while restoring the modesetting */