Lines Matching defs:enabled
236 bool *enabled)
244 enabled[i] = drm_connector_enabled(connector, true);
245 DRM_DEBUG_KMS("connector %d enabled? %s\n", connector->base.id,
246 connector->display_info.non_desktop ? "non desktop" : str_yes_no(enabled[i]));
248 any_enabled |= enabled[i];
255 enabled[i] = drm_connector_enabled(connectors[i], false);
263 bool *enabled, int width, int height)
275 if (enabled[i])
279 /* only contemplate cloning if more than one connector is enabled */
286 if (!enabled[i])
294 if (!enabled[j])
318 if (!enabled[i])
380 bool *enabled, int width, int height)
402 if (enabled[i] == false) {
572 bool *enabled, int width, int height)
600 memcpy(save_enabled, enabled, count);
626 if (!enabled[i]) {
627 DRM_DEBUG_KMS("connector %s not enabled, skipping\n",
636 enabled[i] = false;
647 enabled[i] = false;
740 DRM_DEBUG_KMS("fallback: Not all outputs enabled\n");
749 memcpy(enabled, save_enabled, count);
766 * This function sets up display pipelines for enabled connectors and stores the
783 bool *enabled;
814 enabled = kcalloc(connector_count, sizeof(bool), GFP_KERNEL);
815 if (!crtcs || !modes || !enabled || !offsets) {
828 drm_client_connectors_enabled(connectors, connector_count, enabled);
831 modes, offsets, enabled, width, height)) {
837 offsets, enabled, width, height) &&
839 offsets, enabled, width, height))
884 kfree(enabled);
1199 if (!modeset->crtc->enabled)