Lines Matching full: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 in drm_crtc_helper_set_mode()
387 /* Now enable the clocks, plane, pipe, and connectors that we set up. */ in drm_crtc_helper_set_mode()
431 /* Decouple all encoders and their attached connectors from this crtc */ in drm_crtc_helper_disable()
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", in drm_crtc_helper_set_config()
625 /* take a reference on all unbound connectors in set, reuse the in drm_crtc_helper_set_config()
626 * already taken reference for bound connectors in drm_crtc_helper_set_config()
629 if (set->connectors[ro]->encoder) in drm_crtc_helper_set_config()
631 drm_connector_get(set->connectors[ro]); in drm_crtc_helper_set_config()
642 if (set->connectors[ro] == connector) { in drm_crtc_helper_set_config()
693 if (set->connectors[ro] == connector) in drm_crtc_helper_set_config()
741 DRM_DEBUG_KMS("\t[CONNECTOR:%d:%s] set DPMS on\n", set->connectors[i]->base.id, in drm_crtc_helper_set_config()
742 set->connectors[i]->name); in drm_crtc_helper_set_config()
743 set->connectors[i]->funcs->dpms(set->connectors[i], DRM_MODE_DPMS_ON); in drm_crtc_helper_set_config()
778 /* after fail drop reference on all unbound connectors in set, let in drm_crtc_helper_set_config()
779 * bound connectors keep their reference in drm_crtc_helper_set_config()
782 if (set->connectors[ro]->encoder) in drm_crtc_helper_set_config()
784 drm_connector_put(set->connectors[ro]); in drm_crtc_helper_set_config()
983 /* disable the unused connectors while restoring the modesetting */ in drm_helper_resume_force_mode()