Lines Matching defs:crtcs
93 xf86CrtcPtr crtc, *crtcs;
130 crtcs = realloc(xf86_config->crtc,
133 crtcs = malloc((xf86_config->num_crtc + 1) * sizeof (xf86CrtcPtr));
134 if (!crtcs)
140 xf86_config->crtc = crtcs;
941 xf86CrtcPtr *crtcs;
960 crtcs = malloc(config->num_output * sizeof (xf86CrtcPtr));
961 if (!crtcs)
1006 crtcs[n] = crtc;
1007 memcpy (crtcs, best_crtcs, n * sizeof (xf86CrtcPtr));
1008 score = my_score + xf86PickCrtcs (scrn, crtcs, modes, n+1, width, height);
1013 memcpy (best_crtcs, crtcs, config->num_output * sizeof (xf86CrtcPtr));
1016 free(crtcs);
1023 * crtcs in the specified configuration.
2357 xf86CrtcPtr *crtcs;
2386 crtcs = xnfcalloc (config->num_output, sizeof (xf86CrtcPtr));
2433 if (have_outputs && !xf86PickCrtcs (scrn, crtcs, modes, 0, width, height))
2462 xf86CrtcPtr crtc = crtcs[o];
2527 free(crtcs);
2868 * Disable all inactive crtcs and outputs
3091 * Return the crtc covering 'box'. If two crtcs cover a portion of