Home
last modified time | relevance | path

Searched refs:nonDesktop (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drrproperty.c145 Bool nonDesktop; in RRNoticePropertyChange() local
148 nonDesktop = nonDesktopData != 0; in RRNoticePropertyChange()
150 if (nonDesktop != output->nonDesktop) { in RRNoticePropertyChange()
151 output->nonDesktop = nonDesktop; in RRNoticePropertyChange()
H A Drroutput.c109 output->nonDesktop = FALSE; in RROutputCreate()
325 RROutputSetNonDesktop(RROutputPtr output, Bool nonDesktop) in RROutputSetNonDesktop() argument
329 uint32_t value = nonDesktop ? 1 : 0; in RROutputSetNonDesktop()
357 .connection = output->nonDesktop ? RR_Disconnected : output->connection, in RRDeliverOutputEvent()
513 .connection = output->nonDesktop ? RR_Disconnected : output->connection, in ProcRRGetOutputInfo()
H A Drandrstr.h158 Bool nonDesktop; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3365 Bool nonDesktop = FALSE; in drmmode_output_init() local
3384 nonDesktop = koutput->prop_values[i] != 0; in drmmode_output_init()
3403 output->non_desktop = nonDesktop; in drmmode_output_init()
3492 output->non_desktop = nonDesktop; in drmmode_output_init()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog8894 randr: Initialize RROuptutRec::nonDesktop
9327 …ba5 in RROutputSetNonDesktop (output=output@entry=0x555555bfef10, nonDesktop=nonDesktop@entry=0) a…