Lines Matching defs:crtcs
95 RRCrtcPtr crtc = pScrPriv->numCrtcs ? pScrPriv->crtcs[0] : NULL;
267 RRCrtcPtr crtc = pScrPriv->crtcs[i];
331 primary_crtc == pScrPriv->crtcs[j]) { \
335 crtcs[crtc_count] = pScrPriv->crtcs[j]->id; \
337 swapl(&crtcs[crtc_count]); \
376 RRCrtc *crtcs;
436 crtcs = (RRCrtc *)extra;
437 outputs = (RROutput *)(crtcs + total_crtcs);
449 crtcs[0] = pScrPriv->primaryOutput->crtc->id;
451 swapl(&crtcs[0]);
495 RRCrtc *crtcs;
570 crtcs = (RRCrtc *) extra;
571 outputs = (RROutput *) (crtcs + pScrPriv->numCrtcs);
577 crtcs[0] = pScrPriv->primaryOutput->crtc->id;
579 swapl(&crtcs[0]);
584 pScrPriv->primaryOutput->crtc == pScrPriv->crtcs[i]) {
588 crtcs[i + has_primary] = pScrPriv->crtcs[i]->id;
590 swapl(&crtcs[i + has_primary]);
1081 if (!RRCrtcSet(pScrPriv->crtcs[c], NULL, 0, 0, RR_Rotate_0,
1104 * XXX Configure other crtcs to mirror as much as possible