OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crtc_mode
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_tv.c
1802
DisplayModePtr
crtc_mode
;
local
1831
for (
crtc_mode
= output->probed_modes;
crtc_mode
;
1832
crtc_mode
=
crtc_mode
->next)
1834
if (output->crtc->mode.HDisplay ==
crtc_mode
->HDisplay &&
1835
output->crtc->mode.VDisplay ==
crtc_mode
->VDisplay)
1838
if (!
crtc_mode
)
1839
crtc_mode
= output->probed_modes;
1841
xf86CrtcSetMode(output->crtc,
crtc_mode
, output->crtc->rotation
[
all
...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.c
2978
DisplayModePtr
crtc_mode
= NULL;
local
2992
if (
crtc_mode
) {
2993
output_mode = xf86OutputFindClosestMode(output,
crtc_mode
);
2994
if (output_mode !=
crtc_mode
)
2998
crtc_mode
= xf86OutputFindClosestMode(output, desired);
3000
if (!
crtc_mode
) {
3004
if (!xf86CrtcSetModeTransform(crtc,
crtc_mode
, rotation, NULL, 0, 0))
3007
xf86SaveModeContents(&crtc->desiredMode,
crtc_mode
);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.c
2762
DisplayModePtr
crtc_mode
= NULL;
local
2777
if (
crtc_mode
)
2779
output_mode = xf86OutputFindClosestMode (output,
crtc_mode
);
2780
if (output_mode !=
crtc_mode
)
2784
crtc_mode
= xf86OutputFindClosestMode (output, desired);
2786
if (!
crtc_mode
)
2791
if (!xf86CrtcSetModeTransform (crtc,
crtc_mode
, rotation, NULL, 0, 0))
2795
crtc->desiredMode = *
crtc_mode
;
Completed in 11 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026