Searched refs:RRRotation (Results 1 – 1 of 1) sorted by relevance
133 xorgRRRotation RRRotation; in xf86RandRGetInfo() local135 RRRotation.RRRotations = *rotations; in xf86RandRGetInfo()136 if (!(*scrp->DriverFunc) (scrp, RR_GET_INFO, &RRRotation)) in xf86RandRGetInfo()138 *rotations = RRRotation.RRRotations; in xf86RandRGetInfo()268 xorgRRRotation RRRotation; in xf86RandRSetConfig() local270 RRRotation.RRConfig.rotation = rotation; in xf86RandRSetConfig()271 RRRotation.RRConfig.rate = rate; in xf86RandRSetConfig()272 RRRotation.RRConfig.width = pSize->width; in xf86RandRSetConfig()273 RRRotation.RRConfig.height = pSize->height; in xf86RandRSetConfig()278 if (!(*scrp->DriverFunc) (scrp, RR_SET_CONFIG, &RRRotation)) in xf86RandRSetConfig()[all …]