summaryrefslogtreecommitdiff
path: root/src/i830_sdvo.c
AgeCommit message (Expand)Author
2006-10-25Clean up the SDVO code.Eric Anholt
2006-10-25Nuke trailing whitespace in SDVO code not already cleaned up.Eric Anholt
2006-10-25Clean up SDVO code, moving the private structure internal and cleaning up caps.Eric Anholt
2006-10-16Add a per-output mode-valid method.Eric Anholt
2006-10-09Move per-output mode setting code to per-output methods.Eric Anholt
2006-10-05Remove checks for output privates in various bits of code.Eric Anholt
2006-10-05Give each output type an init method in its file, making other methods static.Eric Anholt
2006-10-04Move the save, restore, and DPMS per-output settings to per-output files.Eric Anholt
2006-09-20Add standard C headers to fix build on some systems after xf86_ansic.h removal.Linus Torvals
2006-09-08Remove xf86_ansic.h usage.Eric Anholt
2006-08-04Fix a problem creating the I2C bus for the SDVOCAlan Hourihane
2006-06-26Clean up warnings.Eric Anholt
2006-06-21Detect SDVO display presence at startup and default to displaying to it, too.Eric Anholt
2006-06-21Add decoding of SDVO command names for debug output.Eric Anholt
2006-06-04Get sDVO output working on mac mini.Keith Packard
2006-05-18fixup I830SDVOGetActiveInputs to use return values not argsDave Airlie
2006-05-12add sdvo capability reading supportDave Airlie
2006-04-24Save/restore the output's SDVO reg. Note that we might be programming the otherEric Anholt
2006-04-24Start trying to save/restore SDVO state on VT switches.Eric Anholt
2006-04-24Clean up some argument passing, and remove extra SetTarget{In,Out}Puts that hadEric Anholt
2006-04-24Only write out as many arguments as the commands need, and fix up the numbers inEric Anholt
2006-04-24Start trying to implement DDC over SDVO. It's slightly tricky because theEric Anholt
2006-04-20correct height parameter in sdvo packetDave Airlie
2006-04-20cleanup sDVO for device on C onlyDave Airlie
2006-04-19Clean up SDVO initialization, include config.h, and make it check the rightEric Anholt
2006-04-19Whine if SDVO I2C device init fails, rather than be silent.Eric Anholt
2006-04-19Add more SDVO code. It's taken from airlied's driver, but with magic numbersEric Anholt
2006-04-19Start bringing in some SDVO code, mostly from airlied.Eric Anholt