Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c220 xf86SetViewport (pScreen, pScreen->width, pScreen->height); in xf86RandRSetMode()
221 xf86SetViewport (pScreen, 0, 0); in xf86RandRSetMode()
326 xf86SetViewport(pScreen, px, py); in xf86RandRSetConfig()
H A Dxf86.h179 extern _X_EXPORT void xf86SetViewport(ScreenPtr pScreen, int x, int y);
H A Dxf86Events.c156 xf86SetViewport(xf86Info.currentScreen, x, y); in ProcessInputEvents()
H A Dxf86Cursor.c127 xf86SetViewport(ScreenPtr pScreen, int x, int y) in xf86SetViewport() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c573 xf86SetViewport(pScreen, pScreen->width, pScreen->height); in xf86RandR12SetMode()
574 xf86SetViewport(pScreen, 0, 0); in xf86RandR12SetMode()
662 xf86SetViewport(pScreen, px, py); in xf86RandR12SetConfig()
726 xf86SetViewport(pScreen, pScreen->width - 1, pScreen->height - 1); in xf86RandR12ScreenSetSize()
727 xf86SetViewport(pScreen, 0, 0); in xf86RandR12ScreenSetSize()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog57745 crash when xf86SetViewport() which does not check if the hardware is
57747 Wrap accesses to xf86SetViewport() with if (vtSema) { ... } to avoid that.