Home | History | Annotate | Download | only in randr

Lines Matching refs:rotations

76 RRScanOldConfig(ScreenPtr pScreen, Rotation rotations)
110 /* check rotations */
111 if (rotations != crtc->rotations) {
112 crtc->rotations = rotations;
176 Rotation rotations;
192 rotations = 0;
196 if (!(*pScrPriv->rrGetInfo) (pScreen, &rotations))
201 RRScanOldConfig(pScreen, rotations);