Lines Matching defs:enabled
521 bool *enabled)
529 enabled[i] = drm_connector_enabled(connector, true);
530 DRM_DEBUG_KMS("connector %d enabled? %s\n", connector->base.id,
531 enabled[i] ? "yes" : "no");
532 any_enabled |= enabled[i];
540 enabled[i] = drm_connector_enabled(connector, false);
546 bool *enabled, int width, int height)
559 if (enabled[i])
563 /* only contemplate cloning if more than one connector is enabled */
570 if (!enabled[i])
579 if (!enabled[j])
597 if (!enabled[i])
619 bool *enabled, int width, int height)
627 if (enabled[i] == false)
741 bool *enabled;
760 if ((enabled = kcalloc(num_connector,
762 DRM_ERROR("Memory allocation failed for enabled\n");
767 drm_enable_connectors(fb_helper, enabled);
771 enabled, width, height))) {
776 modes, enabled, width, height) &&
778 modes, enabled, width, height))
825 kfree(enabled, num_connector * sizeof(bool));