Searched refs:xf86SetViewport (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86RandR.c | 220 xf86SetViewport (pScreen, pScreen->width, pScreen->height); in xf86RandRSetMode() 221 xf86SetViewport (pScreen, 0, 0); in xf86RandRSetMode() 326 xf86SetViewport(pScreen, px, py); in xf86RandRSetConfig()
|
| H A D | xf86.h | 179 extern _X_EXPORT void xf86SetViewport(ScreenPtr pScreen, int x, int y);
|
| H A D | xf86Events.c | 156 xf86SetViewport(xf86Info.currentScreen, x, y); in ProcessInputEvents()
|
| H A D | xf86Cursor.c | 127 xf86SetViewport(ScreenPtr pScreen, int x, int y) in xf86SetViewport() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 573 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 D | ChangeLog | 57745 crash when xf86SetViewport() which does not check if the hardware is 57747 Wrap accesses to xf86SetViewport() with if (vtSema) { ... } to avoid that.
|