Lines Matching full: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 in drm_crtc_helper_set_mode()
399 /* Now enable the clocks, plane, pipe, and connectors that we set up. */ in drm_crtc_helper_set_mode()
469 /* Decouple all encoders and their attached connectors from this crtc */ in drm_crtc_helper_disable()
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", in drm_crtc_helper_set_config()
663 /* take a reference on all unbound connectors in set, reuse the in drm_crtc_helper_set_config()
664 * already taken reference for bound connectors in drm_crtc_helper_set_config()
667 if (set->connectors[ro]->encoder) in drm_crtc_helper_set_config()
669 drm_connector_get(set->connectors[ro]); in drm_crtc_helper_set_config()
680 if (set->connectors[ro] == connector) { in drm_crtc_helper_set_config()
731 if (set->connectors[ro] == connector) in drm_crtc_helper_set_config()
779 DRM_DEBUG_KMS("\t[CONNECTOR:%d:%s] set DPMS on\n", set->connectors[i]->base.id, in drm_crtc_helper_set_config()
780 set->connectors[i]->name); in drm_crtc_helper_set_config()
781 set->connectors[i]->funcs->dpms(set->connectors[i], DRM_MODE_DPMS_ON); in drm_crtc_helper_set_config()
816 /* after fail drop reference on all unbound connectors in set, let in drm_crtc_helper_set_config()
817 * bound connectors keep their reference in drm_crtc_helper_set_config()
820 if (set->connectors[ro]->encoder) in drm_crtc_helper_set_config()
822 drm_connector_put(set->connectors[ro]); in drm_crtc_helper_set_config()
1021 /* disable the unused connectors while restoring the modesetting */ in drm_helper_resume_force_mode()