| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | dpms.c | 60 if (screenInfo.screens[i]->DPMS != NULL) in DPMSSupported() 64 if (screenInfo.gpuscreens[i]->DPMS != NULL) in DPMSSupported() 105 if (screenInfo.screens[i]->DPMS != NULL) in DPMSSet() 106 screenInfo.screens[i]->DPMS(screenInfo.screens[i], level); in DPMSSet() 109 if (screenInfo.gpuscreens[i]->DPMS != NULL) in DPMSSet() 110 screenInfo.gpuscreens[i]->DPMS(screenInfo.gpuscreens[i], level); in DPMSSet()
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0095-compositor-Delay-DPMS-ON-to-finsih_frame.patch | 4 Subject: [PATCH 95/95] compositor: Delay DPMS-ON to finsih_frame() 50 + /* Delayed DPMS-ON to avoid showing old frame */
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | Registry | 220 OffTime I F Time before DPMS off mode active (min) 226 StandbyTime I F Time before DPMS standby active (min) 227 SuspendTime I F Time before DPMS suspend mode active (min) 233 DPMS O C Enable DPMS
|
| H A D | README.modes | 161 Pass this function to xf86DPMSInit and all DPMS mode switching will be
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86DPMS.c | 85 pScreen->DPMS = xf86DPMS; in xf86DPMSInit()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | protocol.txt | 81 R000 DPMS:GetVersion 82 R001 DPMS:Capable 83 R002 DPMS:GetTimeouts 84 R003 DPMS:SetTimeouts 85 R004 DPMS:Enable 86 R005 DPMS:Disable 87 R006 DPMS:ForceLevel 88 R007 DPMS:Info
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxext_1.3.4.bb | 5 are DOUBLE-BUFFER, DPMS, Extended-Visual-Information, LBX, MIT_SHM, \
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ |
| H A D | xorgconf.cpp | 122 # Set the DPMS timeouts. These are set here because they are global 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.
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | vt8623fb.rst | 26 * DPMS support
|
| H A D | arkfb.rst | 51 * DPMS support
|
| H A D | s3fb.rst | 36 * DPMS support
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | xorg-server.h.in | 32 /* Build DPMS extension */
|
| H A D | xorg-server.h.meson.in | 32 /* Build DPMS extension */
|
| H A D | scrnintstr.h | 662 DPMSProcPtr DPMS; member
|
| H A D | dix-config.h.in | 39 /* Build DPMS extension */
|
| H A D | do-not-use-config.h.in | 96 /* Support DPMS extension */
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | meson_options.txt | 75 description: 'Xorg DPMS extension')
|
| H A D | configure.ac | 567 AC_ARG_ENABLE(dpms, AS_HELP_STRING([--disable-dpms], [Build DPMS extension (default: enab… 1323 AC_DEFINE(DPMSExtension, 1, [Support DPMS extension])
|
| H A D | ChangeLog | 3854 currently simply change the DPMS property on the CRTC's output's 5222 Change the DPMS initialization to be conditional on not set from config 5224 Any DPMS timeout values set in ServerFlags section of the xorg.conf 5225 are being overwritten by DPMS extension initialization. Therefore 5226 change the DPMS initialization of timeout values to be conditional on 7514 modesetting: Use atomic modesetting to set DPMS mode 7517 DPMS mode is changed. We also try to do it in an atomic commit 10097 meson: Make DPMS extension optional 10099 Just mimic autoconf file, DPMS is disabled with Xquartz 10784 v2: A bunch of drivers assume they'll get the DPMS tokens implicitly, [all …]
|
| H A D | configure | 2179 --disable-dpms Build DPMS extension (default: enabled)
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 118 pScreen->DPMS = dmxDPMS; in dmxBEScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/ |
| H A D | edid.h | 142 #define DPMS _DPMS(GET(FEAT_S)) macro
|
| H A D | interpret_edid.c | 480 r->dpms = DPMS; in get_display_section()
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 1987 - Don't reset the lastDeviceEventTime when doing DPMS actions 2576 * Cherry-pick fix from upstream's master branch to re-arm the DPMS timer 2577 when re-enabling DPMS (closes: #397197). 2699 * Improve logging when DPMS is enabled implicitly
|