summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86DPMS.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-27dix: Lift DPMS to a screen hookAdam Jackson1-75/+14
2017-03-27xfree86: Clean up DPMS supportAdam Jackson1-75/+9
2014-07-14xfree86: don't force the screensaver off on DPMS unblank, merely suggest itPeter Hutterer1-1/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2013-10-31DDX/DPMS: Call dixSaveScreens() also when screen is turned onEgbert Eich1-1/+8
2013-03-05DPMS: include GPU screens in DPMS codeAaron Plattner1-14/+31
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-7/+7
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-36/+32
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-1/+2
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-6/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-1/+3
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-04-03DPMS: Remove the defaultDPMS* variablesAdam Jackson1-1/+1
2009-04-03DPMS: Simplify command line parsingAdam Jackson1-4/+2
2009-04-03DPMS: Remove unused DPMSGet()Adam Jackson1-21/+0
2009-04-03DPMS: Fix cast abuseAdam Jackson1-8/+5
2009-03-12Honour Option "DPMS" "off" on xorg.confAnder Conselvan de Oliveira1-14/+13
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-4/+4
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-2/+3
2008-01-07Don't log DPMS enabling as being from xorg.conf if it's notDavid Nusinow1-1/+3
2008-01-06Log enabling of DPMS even when it's not set in xorg.confDavid Nusinow1-1/+2
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh1-1/+1
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-17/+15
2007-08-16xace: add hooks + new access codes: core protocol screensaver requestsEamon Walsh1-6/+10
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-5/+5
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-3/+3
2004-09-22Allow overriding DPMS defaults (timeouts & default for on/off) fromAlan Coopersmith1-1/+2
2004-08-02Removed distro specific stuff.Egbert Eich1-1/+7
2004-07-30Set DPMS to ON when VT switching away or shutting down the server. FailingEgbert Eich1-0/+4
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-10/+42
2003-11-14Initial revisionKaleb Keithley1-0/+175