Home
last modified time | relevance | path

Searched refs:SwitchMode (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c105 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 Dxf86CursorPriv.h29 Bool (*SwitchMode) (ScrnInfoPtr, DisplayModePtr); member
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch60 - 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 Dxf86cmap.c84 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 Dxf86VGAarbiter.c212 WRAP_SCREEN_INFO(SwitchMode, VGAarbiterSwitchMode); in xf86VGAarbiterWrapFunctions()
254 UNWRAP_SCREEN_INFO(SwitchMode); in VGAarbiterCloseScreen()
485 val = (*pScreenPriv->SwitchMode) (pScrn, mode); in VGAarbiterSwitchMode()
H A Dxf86Cursor.c198 if (!pScr->vtSema || !mode || !pScr->SwitchMode) in xf86SwitchMode()
225 Switched = (*pScr->SwitchMode) (pScr, mode); in xf86SwitchMode()
H A Dxf86VGAarbiterPriv.h139 Bool (*SwitchMode) (ScrnInfoPtr, DisplayModePtr); member
H A Dxf86VidMode.c421 pVidMode->SwitchMode = xf86VidModeSwitchMode; in xf86VidModeInit()
H A Dxf86str.h673 xf86SwitchModeProc *SwitchMode; member
/OK3568_Linux_fs/external/xserver/include/
H A Dvidmodestr.h119 VidModeSwitchModeProcPtr SwitchMode; member
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-vidmode.c380 pVidMode->SwitchMode = xwlVidModeSwitchMode; in xwlVidModeInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c76 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 DREADME.modes186 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 Dvidmode.c863 pVidMode->SwitchMode(pScreen, mode); in ProcVidModeModModeLine()
1119 if (!pVidMode->SwitchMode(pScreen, mode)) in ProcVidModeSwitchToMode()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt721 R003 XFree86-VidModeExtension:SwitchMode
/OK3568_Linux_fs/external/xserver/
H A DChangeLog74537 xf86: migrate SwitchMode to taking ScrnInfoPtr (ABI/API) (v2)
74539 This migrate the SwitchMode interface to take a ScrnInfoPtr