OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compat_output
(Results
1 - 17
of
17
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.h
635
*
compat_output
is used whenever we deal
640
int
compat_output
;
member in struct:_xf86CrtcConfig
696
return config->output[config->
compat_output
];
702
xf86OutputPtr
compat_output
= xf86CompatOutput(pScrn);
local
703
if (!
compat_output
)
705
return
compat_output
->crtc;
xf86Crtc.c
1881
config->
compat_output
= compat;
1884
output = config->output[config->
compat_output
];
2209
config->
compat_output
= o;
2214
modes[config->
compat_output
] = target_mode;
2746
xf86OutputPtr
compat_output
;
local
2753
compat_output
= xf86CompatOutput(pScrn);
2754
if (
compat_output
)
2755
compat_mode = xf86OutputFindClosestMode (
compat_output
, desired);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.h
773
*
compat_output
is used whenever we deal
778
int
compat_output
;
member in struct:_xf86CrtcConfig
845
if ((config == NULL) || (config->
compat_output
< 0))
847
return config->output[config->
compat_output
];
853
xf86OutputPtr
compat_output
= xf86CompatOutput(pScrn);
local
855
if (!
compat_output
)
857
return
compat_output
->crtc;
xf86Crtc.c
65
config->
compat_output
= -1;
1989
config->
compat_output
= compat;
1991
else if (config->
compat_output
>= 0 && config->
compat_output
< config->num_output) {
1993
output = config->output[config->
compat_output
];
1998
config->
compat_output
= 0;
1999
output = config->output[config->
compat_output
];
2464
config->
compat_output
= o;
2469
modes[config->
compat_output
] = target_mode;
2963
xf86OutputPtr
compat_output
;
local
[
all
...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_driver.c
163
if ((unsigned)config->
compat_output
< config->num_output) {
164
output = config->output[config->
compat_output
];
sna_display.c
3191
if ((unsigned)config->
compat_output
>= config->num_output)
3194
crtc = config->output[config->
compat_output
]->crtc;
5409
config->
compat_output
= 0; /* make sure it is a sane value */
7697
xf86_config->
compat_output
= 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_driver.c
154
if ((unsigned)config->
compat_output
< config->num_output) {
155
output = config->output[config->
compat_output
];
sna_display.c
2402
if ((unsigned)config->
compat_output
>= config->num_output)
2405
crtc = config->output[config->
compat_output
]->crtc;
/xsrc/external/mit/xf86-video-ati/dist/src/
drmmode_display.c
1576
xf86OutputPtr output = config->output[config->
compat_output
];
1605
if (config->output[config->
compat_output
]->crtc == crtc)
1606
output = config->output[config->
compat_output
];
radeon_driver.c
6201
xf86OutputPtr output = config->output[config->
compat_output
];
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_driver.c
1262
output = config->output[config->
compat_output
];
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
drmmode_display.c
3581
xf86OutputPtr output = config->output[config->
compat_output
];
3618
if (config->output[config->
compat_output
]->crtc == crtc)
3619
output = config->output[config->
compat_output
];
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
drmmode_display.c
3063
xf86OutputPtr output = config->output[config->
compat_output
];
3101
if (config->output[config->
compat_output
]->crtc == crtc)
3102
output = config->output[config->
compat_output
];
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.c
3754
xf86OutputPtr output = config->output[config->
compat_output
];
3785
if (config->output[config->
compat_output
]->crtc == crtc)
3786
output = config->output[config->
compat_output
];
/xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c
1562
xf86OutputPtr output = config->output[config->
compat_output
];
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_driver.c
1909
xf86CrtcPtr compat_crtc = crtcConf->output[crtcConf->
compat_output
]->crtc;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_driver.c
2808
xf86OutputPtr output = config->output[config->
compat_output
];
Completed in 55 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026