HomeSort by: relevance | last modified time | path
    Searched refs:DPMS (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/Xext/
dpms.c 58 /* For each screen, check if DPMS is supported */
60 if (screenInfo.screens[i]->DPMS != NULL)
64 if (screenInfo.gpuscreens[i]->DPMS != NULL)
105 if (screenInfo.screens[i]->DPMS != NULL)
106 screenInfo.screens[i]->DPMS(screenInfo.screens[i], level);
109 if (screenInfo.gpuscreens[i]->DPMS != NULL)
110 screenInfo.gpuscreens[i]->DPMS(screenInfo.gpuscreens[i], level);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86DPMS.c 29 * This file contains the DPMS functions required by the extension.
72 DPMSOpt = xf86FindOption(pScrn->options, "dpms");
79 enabled = xf86CheckBoolOption(pScrn->options, "dpms", FALSE);
83 xf86DrvMsg(pScreen->myNum, enabled_from, "DPMS enabled\n");
85 pScreen->DPMS = xf86DPMS;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
xorgconf.cpp 116 # Set the DPMS timeouts. These are set here because they are global
117 # rather than screen-specific. These settings alone don't enable DPMS.
349 # If a monitor has DPMS support, that can be indicated here. This will
350 # enable DPMS when the monitor is used with drivers that support it.
352 # Option "dpms"
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/
xorgconf.cpp 122 # Set the DPMS timeouts. These are set here because they are global
123 # rather than screen-specific. These settings alone don't enable DPMS.
355 # If a monitor has DPMS support, that can be indicated here. This will
356 # enable DPMS when the monitor is used with drivers that support it.
358 # Option "dpms"
  /xsrc/external/mit/xorg-server/dist/include/
scrnintstr.h 662 DPMSProcPtr DPMS;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
edid.h 143 #define DPMS _DPMS(GET(FEAT_S))
363 /* DPMS features */
422 unsigned int dpms:3; member in struct:disp_features
interpret_edid.c 381 r->dpms = DPMS;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
edid.h 142 #define DPMS _DPMS(GET(FEAT_S))
364 /* DPMS features */
422 unsigned int dpms:3; member in struct:disp_features
interpret_edid.c 480 r->dpms = DPMS;
  /xsrc/external/mit/libxcb/dist/
configure 1628 --enable-dpms Build XCB DPMS Extension (default: yes)
21821 # Check whether --enable-dpms was given.
22352 ac_config_files="$ac_config_files xcb.pc xcb-composite.pc xcb-damage.pc xcb-dbe.pc xcb-dpms.pc xcb-dri2.pc xcb-dri3.pc xcb-ge.pc xcb-glx.pc xcb-present.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc xcb-sync.pc xcb-xevie.pc xcb-xf86dri.pc xcb-xfixes.pc xcb-xinerama.pc xcb-xinput.pc xcb-xkb.pc xcb-xprint.pc xcb-xselinux.pc xcb-xtest.pc xcb-xv.pc xcb-xvmc.pc"
23513 "xcb-dpms.pc") CONFIG_FILES="$CONFIG_FILES xcb-dpms.pc" ;;
24837 echo " Dpms................: ${BUILD_DPMS}"
  /xsrc/external/mit/xorg-server/dist/
configure 2143 --disable-dpms Build DPMS extension (default: enabled)
27026 # Check whether --enable-dpms was given.
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 1940 --disable-dpms Build DPMS extension (default: enabled)
28435 # Check whether --enable-dpms was given.
    [all...]

Completed in 65 milliseconds