Home
last modified time | relevance | path

Searched refs:RRRotation (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c133 xorgRRRotation RRRotation; in xf86RandRGetInfo() local
135 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() local
270 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 …]