Lines Matching refs:connectors
212 * disconnected connectors. Then it will disable all unused encoders and CRTCs
269 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance
322 /* Pass our mode to the connectors and the CRTC to give them a chance to
397 /* Now enable the clocks, plane, pipe, and connectors that we set up. */
441 /* Decouple all encoders and their attached connectors from this crtc */
473 * For connectors that support multiple encoders, either the
561 DRM_DEBUG_KMS("[CRTC:%d:%s] [FB:%d] #connectors=%d (x y) (%i %i)\n",
635 /* take a reference on all unbound connectors in set, reuse the
636 * already taken reference for bound connectors
639 if (set->connectors[ro]->encoder)
641 drm_connector_get(set->connectors[ro]);
652 if (set->connectors[ro] == connector) {
703 if (set->connectors[ro] == connector)
751 DRM_DEBUG_KMS("\t[CONNECTOR:%d:%s] set DPMS on\n", set->connectors[i]->base.id,
752 set->connectors[i]->name);
753 set->connectors[i]->funcs->dpms(set->connectors[i], DRM_MODE_DPMS_ON);
788 /* after fail drop reference on all unbound connectors in set, let
789 * bound connectors keep their reference
792 if (set->connectors[ro]->encoder)
794 drm_connector_put(set->connectors[ro]);
991 /* disable the unused connectors while restoring the modesetting */