Lines Matching defs:enabled
247 bool enabled[])
255 enabled[i] = drm_connector_enabled(connector, true);
256 drm_dbg_kms(connector->dev, "[CONNECTOR:%d:%s] enabled? %s\n",
259 "non desktop" : str_yes_no(enabled[i]));
261 any_enabled |= enabled[i];
268 enabled[i] = drm_connector_enabled(connectors[i], false);
295 bool enabled[], int width, int height)
307 if (enabled[i])
311 /* only contemplate cloning if more than one connector is enabled */
320 if (!enabled[i])
330 if (!enabled[j])
356 if (!enabled[i])
421 bool enabled[], int width, int height)
444 if (enabled[i] == false) {
625 bool enabled[], int width, int height)
653 memcpy(save_enabled, enabled, count);
679 if (!enabled[i]) {
680 drm_dbg_kms(dev, "[CONNECTOR:%d:%s] not enabled, skipping\n",
689 enabled[i] = false;
700 enabled[i] = false;
785 drm_dbg_kms(dev, "fallback: Not all outputs enabled\n");
794 memcpy(enabled, save_enabled, count);
811 * This function sets up display pipelines for enabled connectors and stores the
828 bool *enabled;
859 enabled = kzalloc_objs(bool, connector_count);
860 if (!crtcs || !modes || !enabled || !offsets) {
872 drm_client_connectors_enabled(connectors, connector_count, enabled);
875 modes, offsets, enabled, width, height)) {
881 offsets, enabled, width, height) &&
883 offsets, enabled, width, height))
937 kfree(enabled);
1253 if (!modeset->crtc->enabled)
1326 * Only wait for a vblank event if the CRTC is enabled, otherwise