Lines Matching refs:crtcs
95 RRCrtcPtr crtc = pScrPriv->numCrtcs ? pScrPriv->crtcs[0] : NULL; in RRDeliverScreenEvent()
267 RRCrtcPtr crtc = pScrPriv->crtcs[i]; in ProcRRSetScreenSize()
331 primary_crtc == pScrPriv->crtcs[j]) { \
335 crtcs[crtc_count] = pScrPriv->crtcs[j]->id; \
337 swapl(&crtcs[crtc_count]); \
376 RRCrtc *crtcs; in rrGetMultiScreenResources() local
436 crtcs = (RRCrtc *)extra; in rrGetMultiScreenResources()
437 outputs = (RROutput *)(crtcs + total_crtcs); in rrGetMultiScreenResources()
449 crtcs[0] = pScrPriv->primaryOutput->crtc->id; in rrGetMultiScreenResources()
451 swapl(&crtcs[0]); in rrGetMultiScreenResources()
495 RRCrtc *crtcs; in rrGetScreenResources() local
570 crtcs = (RRCrtc *) extra; in rrGetScreenResources()
571 outputs = (RROutput *) (crtcs + pScrPriv->numCrtcs); in rrGetScreenResources()
577 crtcs[0] = pScrPriv->primaryOutput->crtc->id; in rrGetScreenResources()
579 swapl(&crtcs[0]); in rrGetScreenResources()
584 pScrPriv->primaryOutput->crtc == pScrPriv->crtcs[i]) { in rrGetScreenResources()
588 crtcs[i + has_primary] = pScrPriv->crtcs[i]->id; in rrGetScreenResources()
590 swapl(&crtcs[i + has_primary]); in rrGetScreenResources()
1081 if (!RRCrtcSet(pScrPriv->crtcs[c], NULL, 0, 0, RR_Rotate_0, in ProcRRSetScreenConfig()