Searched refs:SwitchMode (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | xf86CursorRD.c | 105 ScreenPriv->SwitchMode = pScrn->SwitchMode; in xf86InitCursor() 111 if (pScrn->SwitchMode) in xf86InitCursor() 112 pScrn->SwitchMode = xf86CursorSwitchMode; in xf86InitCursor() 146 pScrn->SwitchMode = ScreenPriv->SwitchMode; in xf86CursorCloseScreen() 253 ret = (*ScreenPriv->SwitchMode) (pScrn, mode); in xf86CursorSwitchMode()
|
| H A D | xf86CursorPriv.h | 29 Bool (*SwitchMode) (ScrnInfoPtr, DisplayModePtr); member
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/ |
| H A D | 0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch | 60 - pScrn->SwitchMode = fbdevHWSwitchModeWeak(); 65 + pScrn->SwitchMode = fbdevSwitchMode; 77 - pScrn->SwitchMode = fbdevHWSwitchModeWeak(); 82 + pScrn->SwitchMode = fbdevSwitchMode;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86cmap.c | 84 Bool (*SwitchMode) (ScrnInfoPtr, DisplayModePtr); member 203 pScreenPriv->SwitchMode = pScrn->SwitchMode; in xf86HandleColormaps() 209 if ((flags & CMAP_RELOAD_ON_MODE_SWITCH) && pScrn->SwitchMode) in xf86HandleColormaps() 210 pScrn->SwitchMode = CMapSwitchMode; in xf86HandleColormaps() 493 if ((*pScreenPriv->SwitchMode) (pScrn, mode)) { in CMapSwitchMode() 845 pScrn->SwitchMode = pScreenPriv->SwitchMode; in CMapUnwrapScreen()
|
| H A D | xf86VGAarbiter.c | 212 WRAP_SCREEN_INFO(SwitchMode, VGAarbiterSwitchMode); in xf86VGAarbiterWrapFunctions() 254 UNWRAP_SCREEN_INFO(SwitchMode); in VGAarbiterCloseScreen() 485 val = (*pScreenPriv->SwitchMode) (pScrn, mode); in VGAarbiterSwitchMode()
|
| H A D | xf86Cursor.c | 198 if (!pScr->vtSema || !mode || !pScr->SwitchMode) in xf86SwitchMode() 225 Switched = (*pScr->SwitchMode) (pScr, mode); in xf86SwitchMode()
|
| H A D | xf86VGAarbiterPriv.h | 139 Bool (*SwitchMode) (ScrnInfoPtr, DisplayModePtr); member
|
| H A D | xf86VidMode.c | 421 pVidMode->SwitchMode = xf86VidModeSwitchMode; in xf86VidModeInit()
|
| H A D | xf86str.h | 673 xf86SwitchModeProc *SwitchMode; member
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | vidmodestr.h | 119 VidModeSwitchModeProcPtr SwitchMode; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-vidmode.c | 380 pVidMode->SwitchMode = xwlVidModeSwitchMode; in xwlVidModeInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 76 static Bool SwitchMode(ScrnInfoPtr pScrn, DisplayModePtr mode); 380 scrn->SwitchMode = SwitchMode; in ms_setup_scrn_hooks() 2009 SwitchMode(ScrnInfoPtr pScrn, DisplayModePtr mode) in SwitchMode() function
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | README.modes | 186 3.4 SwitchMode functions 188 Functions called from the pScrn->SwitchMode hook, which is used by the
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | vidmode.c | 863 pVidMode->SwitchMode(pScreen, mode); in ProcVidModeModModeLine() 1119 if (!pVidMode->SwitchMode(pScreen, mode)) in ProcVidModeSwitchToMode()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | protocol.txt | 721 R003 XFree86-VidModeExtension:SwitchMode
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 74537 xf86: migrate SwitchMode to taking ScrnInfoPtr (ABI/API) (v2) 74539 This migrate the SwitchMode interface to take a ScrnInfoPtr
|