Home
last modified time | relevance | path

Searched refs:DPMS (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Ddpms.c60 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 D0095-compositor-Delay-DPMS-ON-to-finsih_frame.patch4 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 DRegistry220 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 DREADME.modes161 Pass this function to xf86DPMSInit and all DPMS mode switching will be
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DPMS.c85 pScreen->DPMS = xf86DPMS; in xf86DPMSInit()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt81 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 Dlibxext_1.3.4.bb5 are DOUBLE-BUFFER, DPMS, Extended-Visual-Information, LBX, MIT_SHM, \
/OK3568_Linux_fs/external/xserver/hw/xfree86/
H A Dxorgconf.cpp122 # 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 Dvt8623fb.rst26 * DPMS support
H A Darkfb.rst51 * DPMS support
H A Ds3fb.rst36 * DPMS support
/OK3568_Linux_fs/external/xserver/include/
H A Dxorg-server.h.in32 /* Build DPMS extension */
H A Dxorg-server.h.meson.in32 /* Build DPMS extension */
H A Dscrnintstr.h662 DPMSProcPtr DPMS; member
H A Ddix-config.h.in39 /* Build DPMS extension */
H A Ddo-not-use-config.h.in96 /* Support DPMS extension */
/OK3568_Linux_fs/external/xserver/
H A Dmeson_options.txt75 description: 'Xorg DPMS extension')
H A Dconfigure.ac567 AC_ARG_ENABLE(dpms, AS_HELP_STRING([--disable-dpms], [Build DPMS extension (default: enab…
1323 AC_DEFINE(DPMSExtension, 1, [Support DPMS extension])
H A DChangeLog3854 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 Dconfigure2179 --disable-dpms Build DPMS extension (default: enabled)
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c118 pScreen->DPMS = dmxDPMS; in dmxBEScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dedid.h142 #define DPMS _DPMS(GET(FEAT_S)) macro
H A Dinterpret_edid.c480 r->dpms = DPMS; in get_display_section()
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog1987 - 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