Lines Matching defs:crtcs
89 xf86CrtcPtr crtc, *crtcs;
126 crtcs = reallocarray(xf86_config->crtc,
129 crtcs = xallocarray(xf86_config->num_crtc + 1, sizeof(xf86CrtcPtr));
130 if (!crtcs) {
135 xf86_config->crtc = crtcs;
978 xf86CrtcPtr *crtcs;
995 crtcs = xallocarray(config->num_output, sizeof(xf86CrtcPtr));
996 if (!crtcs)
1039 crtcs[n] = crtc;
1040 memcpy(crtcs, best_crtcs, n * sizeof(xf86CrtcPtr));
1042 my_score + xf86PickCrtcs(scrn, crtcs, modes, n + 1, width, height);
1045 memcpy(best_crtcs, crtcs, config->num_output * sizeof(xf86CrtcPtr));
1048 free(crtcs);
1054 * crtcs in the specified configuration.
2543 xf86CrtcPtr *crtcs;
2574 crtcs = xnfcalloc(config->num_output, sizeof(xf86CrtcPtr));
2632 if (have_outputs && !xf86PickCrtcs(scrn, crtcs, modes, 0, width, height))
2655 xf86CrtcPtr crtc = crtcs[o];
2722 free(crtcs);
3082 * Disable all inactive crtcs and outputs
3382 * Return the crtc covering 'box'. If two crtcs cover a portion of