summaryrefslogtreecommitdiff
path: root/src/g80_sor.c
AgeCommit message (Collapse)Author
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-04-13G80: Use the right mode struct when setting up an SOR.Aaron Plattner
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.