Searched refs:nonDesktop (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/randr/
H A Drroutput.c109 output->nonDesktop = FALSE;
325 RROutputSetNonDesktop(RROutputPtr output, Bool nonDesktop) argument
329 uint32_t value = nonDesktop ? 1 : 0;
357 .connection = output->nonDesktop ? RR_Disconnected : output->connection,
513 .connection = output->nonDesktop ? RR_Disconnected : output->connection,
H A Drrproperty.c145 Bool nonDesktop; local in function:RRNoticePropertyChange
148 nonDesktop = nonDesktopData != 0;
150 if (nonDesktop != output->nonDesktop) {
151 output->nonDesktop = nonDesktop;
H A Drandrstr.h162 Bool nonDesktop; member in struct:_rrOutput
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c2690 Bool nonDesktop = FALSE; local in function:drmmode_output_init
2708 nonDesktop = koutput->prop_values[i] != 0;
2743 output->non_desktop = nonDesktop;
2787 output->non_desktop = nonDesktop;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c2143 Bool nonDesktop = FALSE; local in function:drmmode_output_init
2159 nonDesktop = koutput->prop_values[i] != 0;
2192 output->non_desktop = nonDesktop;
2234 output->non_desktop = nonDesktop;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3204 Bool nonDesktop = FALSE; local in function:drmmode_output_init
3220 nonDesktop = koutput->prop_values[i] != 0;
3239 output->non_desktop = nonDesktop;
3290 output->non_desktop = nonDesktop;

Completed in 20 milliseconds