Searched refs:randrp (Results 1 – 3 of 3) sorted by relevance
69 XF86RandRInfoPtr randrp = XF86RANDRINFO(pScreen); in xf86RandRGetInfo() local83 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 …]
459 XF86RandRInfoPtr randrp = XF86RANDRINFO(pScreen); in xf86RandR12GetInfo() local463 *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 …]
22564 * Free randrp->palette in xf86RandR12CloseScreen, fixes memory leak.105036 randrp = 0x8dcae68167630 Use the size range from the crtc config instead of randrp->virtual[XY] when180811 check randrp has been initialized