Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c69 XF86RandRInfoPtr randrp = XF86RANDRINFO(pScreen); in xf86RandRGetInfo() local
83 RRModeMM.virtX = randrp->virtualX; in xf86RandRGetInfo()
84 RRModeMM.virtY = randrp->virtualY; in xf86RandRGetInfo()
85 RRModeMM.mmWidth = randrp->mmWidth; in xf86RandRGetInfo()
86 RRModeMM.mmHeight = randrp->mmHeight; in xf86RandRGetInfo()
101 RRSetCurrentConfig(pScreen, randrp->rotation, refresh, pSize); in xf86RandRGetInfo()
105 if (scrp->currentMode->HDisplay != randrp->virtualX || in xf86RandRGetInfo()
106 scrp->currentMode->VDisplay != randrp->virtualY) { in xf86RandRGetInfo()
110 RRModeMM.virtX = randrp->virtualX; in xf86RandRGetInfo()
111 RRModeMM.virtY = randrp->virtualY; in xf86RandRGetInfo()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c459 XF86RandRInfoPtr randrp = XF86RANDRINFO(pScreen); in xf86RandR12GetInfo() local
463 *rotations = randrp->supported_rotations; in xf86RandR12GetInfo()
465 if (randrp->virtualX == -1 || randrp->virtualY == -1) { in xf86RandR12GetInfo()
466 randrp->virtualX = scrp->virtualX; in xf86RandR12GetInfo()
467 randrp->virtualY = scrp->virtualY; in xf86RandR12GetInfo()
479 if (randrp->maxX == 0 || randrp->maxY == 0) { in xf86RandR12GetInfo()
487 randrp->mmWidth, randrp->mmHeight); in xf86RandR12GetInfo()
493 RRSetCurrentConfig(pScreen, randrp->rotation, refresh, pSize); in xf86RandR12GetInfo()
499 if (randrp->maxX == 0 || randrp->maxY == 0) { in xf86RandR12GetInfo()
500 randrp->maxX = maxX; in xf86RandR12GetInfo()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog22564 * Free randrp->palette in xf86RandR12CloseScreen, fixes memory leak.
105036 randrp = 0x8dcae68
167630 Use the size range from the crtc config instead of randrp->virtual[XY] when
180811 check randrp has been initialized