summaryrefslogtreecommitdiff
path: root/src/rhd_dac.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-26Add Fallback DAC Load Detection Method for chips >= RV620.Egbert Eich1-11/+110
2009-10-08Improve DAC load detection on RS780.Egbert Eich1-1/+1
2009-07-22Consolidate prefixes for ATOM_*.Matthias Hopf1-1/+1
2009-03-02Byebye novell.Luc Verhaegen1-1/+1
2008-09-20DAC: Reset FMT register on DCE3 when output is DAC.Egbert Eich1-0/+2
2008-09-03DAC: Improve DAC bandgap handling for RV7xx and later.Egbert Eich1-1/+7
2008-09-01DAC: Don't use unset electrical value for DAC on RS780/RV7xx.Egbert Eich1-1/+1
2008-08-26DAC/Load detection: Don't probe for CV on DACA.Egbert Eich1-1/+1
2008-08-18Fix build against xserver head: xf86Version.h was removed.Luc Verhaegen1-2/+2
2008-08-13Build: Fix build when AtomBIOS support is disabled.Egbert Eich1-2/+5
2008-08-12DAC: Remove some output for debugging.Egbert Eich1-0/+2
2008-08-12AtomBIOS/Output: Create wrapper for Output Power/Mode instead of calling rhdB...Egbert Eich1-3/+0
2008-08-12Outputs/AtomBIOS: Some cleanup.Egbert Eich1-0/+1
2008-08-12AtomBIOS: Make sure the OutputDriverPrivate is always set.Egbert Eich1-4/+8
2008-08-12Provide infrastructure to update BIOS scratch registers.Egbert Eich1-0/+1
2008-08-04DAC: Add support for Compassionate Data and other tables.Egbert Eich1-29/+174
2008-06-23DAC: Program TV mux only for DACB.Egbert Eich1-13/+19
2008-05-26Consolidate RV620DACSet().Egbert Eich1-37/+34
2008-05-20Don't probe for TV on DACA for R5xx/R6xx.Egbert Eich1-13/+2
2008-05-15R5/6 DACSet: fix Register offset + DACB_CONTROL1.Luc Verhaegen1-59/+68
2008-04-28Fix flickering thru DPMS on TMDSA, improve debug messages for outputEgbert Eich1-1/+5
2008-04-17Improve DAC load detection.Egbert Eich1-1/+3
2008-03-12Fix issues with DAC load detection on RV620/635.Egbert Eich1-1/+2
2008-03-12Remove stale structure elements.Egbert Eich1-4/+2
2008-03-12Add RHD_CONNECTOR_DVI_SINGLE to be able to mark a single link connector.Egbert Eich1-0/+4
2008-03-12Add support for dual link DVI panels (untested!).Egbert Eich1-4/+4
2008-03-12Add support for the DAC output subsystem for RV620/RV635.Egbert Eich1-46/+462
2008-03-12Add support for sensing and programming different analog outputs.Egbert Eich1-109/+130
2007-12-19Make the driver build with the latest ustream git server sources again.Egbert Eich1-1/+7
2007-12-12DACs: Properly set up and save/restore SYNC_SELECT.Luc Verhaegen1-0/+4
2007-10-31Improve the ConnectorType handling when sensing.Luc Verhaegen1-7/+21
2007-09-18Adding AMD Copyright. Fix build to build with atombios.h but without parser.Egbert Eich1-0/+1
2007-09-16Plugfest: add ddc to all known devices, add connector table where missing.Luc Verhaegen1-1/+1
2007-09-12Beautification... rename struct rhd_* to struct rhd*Luc Verhaegen1-33/+33
2007-09-05Add connector handling.Luc Verhaegen1-19/+12
2007-09-03Fix my email address.Luc Verhaegen1-1/+1
2007-08-31Rework OutputsSelect to rhdModelayoutSelect.Luc Verhaegen1-2/+25
2007-08-29Add initial CRTC abstraction.Luc Verhaegen1-1/+1
2007-08-23Add support for TMDSA.Luc Verhaegen1-0/+4
2007-08-15Add CRT detection for DACA and B.Luc Verhaegen1-2/+157
2007-08-13Split out PLLsLuc Verhaegen1-31/+31
2007-08-12Mitigate some of the ->scrnIndex complexity through macros.Luc Verhaegen1-47/+47
2007-08-12Initial split out of outputs.Luc Verhaegen1-0/+291