Home | History | Annotate | Download | only in common

Lines Matching refs:rotation

46     Rotation			    rotation;
66 xf86RandRGetInfo (ScreenPtr pScreen, Rotation *rotations)
102 RRSetCurrentConfig (pScreen, randrp->rotation, refresh, pSize);
130 RRSetCurrentConfig (pScreen, randrp->rotation, refresh0, pSize);
196 if(randrp->rotation & (RR_Rotate_90 | RR_Rotate_270))
238 Rotation rotation,
247 Rotation oldRotation = randrp->rotation;
269 if (randrp->rotation != rotation) {
274 RRRotation.RRConfig.rotation = rotation;
280 * Currently we need to rely on HW support for rotation.
287 randrp->rotation = rotation;
291 if(randrp->rotation != oldRotation) {
295 RRRotation.RRConfig.rotation = oldRotation;
302 randrp->rotation = oldRotation;
367 Rotation
373 return XF86RANDRINFO(pScreen)->rotation;
456 randrp->rotation = RR_Rotate_0;