Lines Matching refs:DPMS
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,
16201 Note that since we now only initialize the DPMS extension if at least
16212 dix: Lift DPMS to a screen hook
16214 Following on from the previous change, this adds a DPMS hook to the
16215 ScreenRec and uses that to infer DPMS support. As a result we can drop
16225 xfree86: Clean up DPMS support
16229 that to determine whether DPMS is supported.
16232 DPMS extension's (new) reset hook. This would be a behavior change for
16233 the non-xfree86 servers, if any of them had non-stub DPMS support.
23677 modesetting: Suspend and resume flipping with DPMS
23679 DPMS would prevent page flip / vblank events from being raised, freezing
23680 the screen until PRIME flipping was reinitialized. To handle DPMS cleanly,
23681 suspend PRIME page flipping when DPMS mode is not on, and resume it when
23682 DPMS mode is on.
34246 v3: Hack around DPMS shenanigans. If all monitors are DPMS off, then
34251 some CRTCs are enabled and DPMS on. This is an ugly hack that would
34264 handle unflip while DPMS'ed off (Michel)
37852 modesetting: Check DPMS mode in ms_covering_crtc().
37854 crtc->enabled is insufficient; we should also make sure DPMS is on.
37865 modesetting: Track the CRTC's DPMS mode.
37869 In order to handle that properly, we need to know the CRTC's DPMS mode.
44480 xfree86: don't force the screensaver off on DPMS unblank, merely suggest it
44483 screensaver/DPMS invocations so that one (en|dis)ables the other. Having
44484 dependencies between DPMS and the screensaver is subject to further arguments,
44487 devices on DPMS unblank.
44492 original patch in place DPMS unblank also resets the device idle times, thus
44496 the symmetry in blanking mode (DPMS and screensaver turn each other on/off as
52574 Also removes DPMS functiosn from Xext/dpmsproc.h
57790 DDX/DPMS: Call dixSaveScreens() also when screen is turned on
57793 on. In most cases this is irrelevant as DPMS is done when a
57796 DPMS extension directly) to unblank.
63792 DPMS: include GPU screens in DPMS code
71453 Move DPMS from extmod to built-in
71455 Always build DPMS support into the core server, rather than letting it
112684 dix: Default DPMS timeout values to match screensaver values
112687 -s on the command line, only the screensaver time is changed. As DPMS
121962 Update default DPMS mode timeouts to match new defaults set
123659 When we turn off DPMS with DPMSModeOff and do dixSaveScreens, don't reset the
123749 Don't reset the lastDeviceEventTime when doing DPMS actions
123751 When we change the DPMS mode, don't play games with the last event time as
131233 DPMS: Re-export the various DPMS variables.
131248 DPMS: Remove the defaultDPMS* variables
131254 DPMS: Simplify command line parsing
131260 DPMS: Remove unused DPMSGet()
131266 DPMS: Align the default timeouts with the default screensaver timeout.
131270 the crystals opaque. Also, the intermediate DPMS states are essentially
131274 As a pleasant side effect, this brings the default DPMS timeouts in line
131286 DPMS: Simplify some macro silliness.
131292 DPMS: Unexport all the various setup variables.
131300 DPMS: Fix cast abuse
131306 DPMS: Code motion.
132170 Honour Option "DPMS" "off" on xorg.conf
136970 Cygwin/X: update to use standard DPMS stubs
136972 Bring Cygwin/X up to date with DPMS API changes by using the standard stubs
139758 mi: Push screen-saver/DPMS handling to after the EQ pop operation.
148722 XQuartz: Disabled DPMS extension
151047 Bug #13962: Re-arm the DPMS timer when re-enabling DPMS.
153624 Don't log DPMS enabling as being from xorg.conf if it's not
153657 Log enabling of DPMS even when it's not set in xorg.conf
155756 registry: Remove registry code from DPMS extension.
158363 registry: Register DPMS extension protocol names.
169120 Move the code for resetting the DPMS mode in response to input events,
170701 Add 'general' handler registration, which will not trigger DPMS when an
173014 Enable DPMS by default.
176901 Properly document the DPMS, SyncOnGreen, and TargetRefresh options.
177010 Remove dead DPMS timer functions from the installed headers. (Fredrik
178122 Refactored the screensaver and DPMS timer code to use the screensaver timer
178123 for both screensaver and DPMS. Removed the SetDPMSTimers() and
180852 screensaver & DPMS timeouts don't overflow when multiplied by
185247 usage of the DPMS dummy stub functions from dpmsstubs.c instead of
185318 Force DPMS normal on screen enable
186843 Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate
186948 register need to be written first otherwise DPMS screen blanking
186957 Improving DPMS handling on VT swich and server termination/abort: previous
187101 Allow overriding DPMS defaults (timeouts & default for on/off) from
187104 for the default state of DPMS if not set in any config files.
187942 - Fix building without DPMS
188141 Added vtSema to protect call of driver DPMS function.
188302 Set DPMS to ON when VT switching away or shutting down the server. Failing
188600 - enable maven support for TV detection, DPMS, and DDC on crtc2 on G400
191286 -Wall fixes. Might have fixed VESA based DPMS code as a result
191966 DPMS warning fix
191979 400. Fix DPMS-related build problem (Marc La France).
192049 DPMS using VESA bios routines. Include support for Toshiba SMM DPMS as
192118 kdrive/fbdev: dont set DPMS mode repeatedly to the same value
192198 Patch DPMS support in kdrive/mach64, add preliminary (broken) Xv support
192816 3298. Correct DPMS suspend/standby modes for 3dfx driver (#3336, Henrik