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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxdpms.c57 static Bool dpmsSupported = TRUE; variable in typeref:typename:Bool
68 dpmsSupported = TRUE; /* On unless a backend doesn't support it */
73 if (DPMSDisabledSwitch) dpmsSupported = FALSE; /* -dpms turns off */
81 dpmsSupported = FALSE;
88 dpmsSupported = FALSE;
93 dpmsSupported = FALSE;
99 dpmsSupported = FALSE;
189 return dpmsSupported;
197 if (!dpmsSupported) return Success;

Completed in 48 milliseconds