Lines Matching defs:crtc
81 RRCrtcPtr crtc;
88 * First time through, create a crtc and output and hook
94 crtc = RRCrtcCreate (pScreen, NULL);
95 if (!crtc)
100 RROutputSetCrtcs (output, &crtc, 1);
108 crtc = pScrPriv->crtcs[0];
109 if (!crtc)
113 if (rotations != crtc->rotations)
115 crtc->rotations = rotations;
116 crtc->changed = TRUE;
170 RRCrtcNotify (crtc, newMode, 0, 0, pScrPriv->rotation,
324 return output->crtc->rotation;