Lines Matching defs:enabled
233 bool *enabled)
241 enabled[i] = drm_connector_enabled(connector, true);
242 DRM_DEBUG_KMS("connector %d enabled? %s\n", connector->base.id,
243 connector->display_info.non_desktop ? "non desktop" : enabled[i] ? "yes" : "no");
245 any_enabled |= enabled[i];
252 enabled[i] = drm_connector_enabled(connectors[i], false);
260 bool *enabled, int width, int height)
272 if (enabled[i])
276 /* only contemplate cloning if more than one connector is enabled */
283 if (!enabled[i])
291 if (!enabled[j])
315 if (!enabled[i])
377 bool *enabled, int width, int height)
399 if (enabled[i] == false) {
569 bool *enabled, int width, int height)
597 memcpy(save_enabled, enabled, count);
623 if (!enabled[i]) {
624 DRM_DEBUG_KMS("connector %s not enabled, skipping\n",
633 enabled[i] = false;
644 enabled[i] = false;
737 DRM_DEBUG_KMS("fallback: Not all outputs enabled\n");
746 memcpy(enabled, save_enabled, count);
763 * This function sets up display pipelines for enabled connectors and stores the
781 bool *enabled;
812 enabled = kcalloc(connector_count, sizeof(bool), GFP_KERNEL);
813 if (!crtcs || !modes || !enabled || !offsets) {
826 drm_client_connectors_enabled(connectors, connector_count, enabled);
829 modes, offsets, enabled, width, height)) {
835 offsets, enabled, width, height) &&
837 offsets, enabled, width, height))
887 kfree(enabled);
1200 if (!modeset->crtc->enabled)