summaryrefslogtreecommitdiff
path: root/src/g80_dac.c
AgeCommit message (Collapse)Author
2010-05-25Don't use libcwrappers for calloc and freeTiago Vignatti
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
2009-07-16Update to xextproto 7.1 support.Peter Hutterer
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers need to include dpmsconst.h if xextproto 7.1 is available. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-03-07Bug #14885: Add missing static keywords.Aaron Plattner
2008-01-24Fix more load detection false positives.Aaron Plattner
2007-12-01G80Create{Dac,Sor} return pointers, not Bools.Aaron Plattner
2007-11-13G80: Reduce load detection false positives.Aaron Plattner
2007-07-24G80: Allow DVI scaling.Aaron Plattner
Revamp how the scaling code works. When a mode is set on a DVI output, determine the current preferred mode and scale to that. Add a new scaling option, "off", which disables scaling and scans out the actual timings in the mode to be set.
2007-04-13G80: Get rid of debug printouts.Aaron Plattner
2007-04-13G80: Get DPMS working with RandR 1.2.Aaron Plattner
Work around xf86DisableUnusedFunctions lameness by forcing DPMSModeOn at modeset time.
2007-03-27G80: Improve output detection.Aaron Plattner
Detect output status for paired outputs together and cache status until the BlockHandler to avoid redundantly probing for EDIDs or performing load detection.
2007-03-27G80: Create output partners.Aaron Plattner
Each pair of outputs shares an I2C rec. This will be used in a future change for the detect and get_modes routines.
2007-03-11Initial RandR 1.2 support for G80.root
Mostly just rearranging code.