Lines Matching refs:rotation
103 se.rotation = (CARD8) (crtc ? crtc->rotation : RR_Rotate_0);
112 if (se.rotation & (RR_Rotate_90 | RR_Rotate_270)) {
283 Rotation rotation = crtc->rotation;
285 if (rotation == RR_Rotate_90 || rotation == RR_Rotate_270)
628 rep.rotation = RR_Rotate_0;
655 rep.rotation = output->crtc->rotation;
729 swaps(&rep.rotation, n);
755 Rotation rotation;
838 * Validate requested rotation
840 rotation = (Rotation) stuff->rotation;
842 /* test the rotation bits only! */
843 switch (rotation & 0xf) {
851 * Invalid rotation
853 client->errorValue = stuff->rotation;
858 if ((~crtc->rotations) & rotation)
861 * requested rotation or reflection not supported by screen
863 client->errorValue = stuff->rotation;
924 if (rotation & (RR_Rotate_90|RR_Rotate_270))
953 if (!RRCrtcSet (crtc, mode, 0, 0, stuff->rotation, 1, &output))