Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinrandr.c241 pRRScrPriv->rrScreenSetSize = winRandRScreenSetSize; in winRandRInit()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrscreen.c173 if (pScrPriv->rrScreenSetSize) { in RRScreenSizeSet()
174 return (*pScrPriv->rrScreenSetSize) (pScreen, in RRScreenSizeSet()
H A Drandr.c330 pScrPriv->rrScreenSetSize = NULL; in RRScreenInit()
H A Drandrstr.h331 RRScreenSetSizeProcPtr rrScreenSetSize; member
H A Drrcrtc.c713 pScrPriv->rrScreenSetSize(pScreen, new_width, new_height, 0, 0); in rrCheckPixmapBounding()
1379 if (pScrPriv->rrScreenSetSize && !crtc->transforms) { in ProcRRSetCrtcConfig()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c828 pScrPriv->rrScreenSetSize = vfbRRScreenSetSize; in vfbRandRInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c2351 rp->rrScreenSetSize = xf86RandR12ScreenSetSize; in xf86RandR12Init12()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog79373 hw/xwin: Fix rrScreenSetSize function pointer mismatch
172800 Avoid calling xalloc(0). Change rrScreenSizeSet to rrScreenSetSize.