Lines Matching full:rotation
100 .rotation = (CARD8) (crtc ? crtc->rotation : RR_Rotate_0), in RRDeliverScreenEvent()
110 if (se.rotation & (RR_Rotate_90 | RR_Rotate_270)) { in RRDeliverScreenEvent()
273 Rotation rotation = crtc->rotation; in ProcRRSetScreenSize() local
275 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) { in ProcRRSetScreenSize()
792 .rotation = RR_Rotate_0, in ProcRRGetScreenInfo()
820 .rotation = output->crtc->rotation, in ProcRRGetScreenInfo()
888 swaps(&rep.rotation); in ProcRRGetScreenInfo()
913 Rotation rotation; in ProcRRSetScreenConfig() local
991 * Validate requested rotation in ProcRRSetScreenConfig()
993 rotation = (Rotation) stuff->rotation; in ProcRRSetScreenConfig()
995 /* test the rotation bits only! */ in ProcRRSetScreenConfig()
996 switch (rotation & 0xf) { in ProcRRSetScreenConfig()
1004 * Invalid rotation in ProcRRSetScreenConfig()
1006 client->errorValue = stuff->rotation; in ProcRRSetScreenConfig()
1011 if ((~crtc->rotations) & rotation) { in ProcRRSetScreenConfig()
1013 * requested rotation or reflection not supported by screen in ProcRRSetScreenConfig()
1015 client->errorValue = stuff->rotation; in ProcRRSetScreenConfig()
1072 if (rotation & (RR_Rotate_90 | RR_Rotate_270)) { in ProcRRSetScreenConfig()
1096 if (!RRCrtcSet(crtc, mode, 0, 0, stuff->rotation, 1, &output)) in ProcRRSetScreenConfig()