OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwitchMode
(Results
1 - 25
of
90
) sorted by relevancy
1
2
3
4
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
xf86CursorPriv.h
29
Bool (*
SwitchMode
) (ScrnInfoPtr, DisplayModePtr);
xf86CursorRD.c
105
ScreenPriv->
SwitchMode
= pScrn->
SwitchMode
;
111
if (pScrn->
SwitchMode
)
112
pScrn->
SwitchMode
= xf86CursorSwitchMode;
146
pScrn->
SwitchMode
= ScreenPriv->
SwitchMode
;
253
ret = (*ScreenPriv->
SwitchMode
) (pScrn, mode);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
xf86CursorPriv.h
29
Bool (*
SwitchMode
)(int, DisplayModePtr,int);
xf86Cursor.c
108
ScreenPriv->
SwitchMode
= pScrn->
SwitchMode
;
114
if (pScrn->
SwitchMode
)
115
pScrn->
SwitchMode
= xf86CursorSwitchMode;
147
pScrn->
SwitchMode
= ScreenPriv->
SwitchMode
;
254
ret = (*ScreenPriv->
SwitchMode
)(index, mode, flags);
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_probe.c
179
pScrn->
SwitchMode
= RADEONSwitchMode_KMS;
190
pScrn->
SwitchMode
= RADEONSwitchMode;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_probe.c
145
pScrn->
SwitchMode
= RADEONSwitchMode_KMS;
240
pScrn->
SwitchMode
= RADEONSwitchMode_KMS;
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_dga.c
159
pScrn->
SwitchMode
(SWITCH_MODE_ARGS(pScrn, pScrn->currentMode));
168
pScrn->
SwitchMode
(SWITCH_MODE_ARGS(pScrn, pMode->mode));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_dga.c
159
pScrn->
SwitchMode
(SWITCH_MODE_ARGS(pScrn, pScrn->currentMode));
168
pScrn->
SwitchMode
(SWITCH_MODE_ARGS(pScrn, pMode->mode));
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dga.c
157
pScrn->
SwitchMode
(index, pScrn->currentMode, 0);
168
pScrn->
SwitchMode
(index, pMode->mode, 0);
/xsrc/external/mit/xorg-server/dist/include/
vidmodestr.h
119
VidModeSwitchModeProcPtr
SwitchMode
;
/xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dga.c
262
(*pScrn->
SwitchMode
)(index, pScrn->currentMode, 0);
278
(*pScrn->
SwitchMode
)(index, pMode->mode, 0);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86cmap.c
84
Bool (*
SwitchMode
) (ScrnInfoPtr, DisplayModePtr);
203
pScreenPriv->
SwitchMode
= pScrn->
SwitchMode
;
209
if ((flags & CMAP_RELOAD_ON_MODE_SWITCH) && pScrn->
SwitchMode
)
210
pScrn->
SwitchMode
= CMapSwitchMode;
493
if ((*pScreenPriv->
SwitchMode
) (pScrn, mode)) {
845
pScrn->
SwitchMode
= pScreenPriv->
SwitchMode
;
xf86VGAarbiter.c
212
WRAP_SCREEN_INFO(
SwitchMode
, VGAarbiterSwitchMode);
254
UNWRAP_SCREEN_INFO(
SwitchMode
);
484
val = (*pScreenPriv->
SwitchMode
) (pScrn, mode);
xf86VGAarbiterPriv.h
139
Bool (*
SwitchMode
) (ScrnInfoPtr, DisplayModePtr);
xf86VidMode.c
421
pVidMode->
SwitchMode
= xf86VidModeSwitchMode;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86cmap.c
85
Bool (*
SwitchMode
)(int, DisplayModePtr, int);
209
pScreenPriv->
SwitchMode
= pScrn->
SwitchMode
;
215
if ((flags & CMAP_RELOAD_ON_MODE_SWITCH) && pScrn->
SwitchMode
)
216
pScrn->
SwitchMode
= CMapSwitchMode;
495
if((*pScreenPriv->
SwitchMode
)(index, mode, flags)) {
844
pScrn->
SwitchMode
= pScreenPriv->
SwitchMode
;
xf86VGAarbiter.c
210
WRAP_SCREEN_INFO(
SwitchMode
, VGAarbiterSwitchMode);
250
UNWRAP_SCREEN_INFO(
SwitchMode
);
518
val = (*pScreenPriv->
SwitchMode
)(index, mode, flags);
/xsrc/external/mit/xf86-video-mga/dist/src/
mga_dga.c
319
pScrn->
SwitchMode
(SWITCH_MODE_ARGS(pScrn, pScrn->currentMode));
337
pScrn->
SwitchMode
(SWITCH_MODE_ARGS(pScrn, pMode->mode));
/xsrc/external/mit/xf86-video-sis/dist/src/
sis_dga.c
374
(*pScrn->
SwitchMode
)(SWITCH_MODE_ARGS(pScrn, pScrn->currentMode));
390
(*pScrn->
SwitchMode
)(SWITCH_MODE_ARGS(pScrn, pMode->mode));
/xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64probe.c
234
pScrn->
SwitchMode
= ATISwitchMode;
atidga.c
130
if (!(*pScreenInfo->
SwitchMode
)(SWITCH_MODE_ARGS(pScreenInfo, pMode)))
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_probe.c
256
pScrn->
SwitchMode
= R128SwitchMode;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_probe.c
279
pScrn->
SwitchMode
= AMDGPUSwitchMode_KMS;
/xsrc/external/mit/xf86-video-mgx/dist/src/
mgx_driver.c
272
pScrn->
SwitchMode
= MgxSwitchMode;
/xsrc/external/mit/xf86-video-sunleo/dist/src/
leo_driver.c
267
pScrn->
SwitchMode
= LeoSwitchMode;
Completed in 23 milliseconds
1
2
3
4
Indexes created Mon Jul 06 00:25:43 UTC 2026