summaryrefslogtreecommitdiff
path: root/src/rhd_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-18ID: Remove concept of chipset families.Egbert Eich1-1/+1
2008-07-17I2C: Fix typo that caused one DDC line to not work properly.Egbert Eich1-1/+1
2008-07-12I2C: Add DDC read out support for DDC3/4.Egbert Eich1-44/+52
2008-07-12I2C: Read SDA/SCL mapping for RV620 and up from AtomBIOS GPIO Info block.Egbert Eich1-7/+81
2008-04-29Add proper fallbacks for I2C timing if clock information from AtomBIOS isn't ...Egbert Eich1-13/+23
2008-04-07Add support for the full RS690 family including RS740.Egbert Eich1-1/+1
2008-03-12Fix issues with DDC on RV620/635.Egbert Eich1-1/+2
2008-03-12Fix GPIO routing for DDC in RV620/635.Egbert Eich1-2/+42
2008-03-12Add I2C subsystem support for RV620/RV635.Egbert Eich1-8/+214
2008-02-25Set GPIO pins to be HW driven on R5xx for HW controlled I2C.Egbert Eich1-10/+53
2008-02-03Don't make assumptions about DDC clk line on RS690 when AtomBIOS is not avail...Egbert Eich1-14/+19
2008-01-29I2C: fix build without atombios.Thomas Meyer1-14/+21
2007-12-19Make the driver build with the latest ustream git server sources again.Egbert Eich1-2/+7
2007-12-06RS600: add initial support.Luc Verhaegen1-1/+1
2007-11-28Provide a stub for I2CStop to prevent xf86I2CProbeAddress() from segfaulting.Egbert Eich1-0/+9
2007-11-27Add an address probe function.Egbert Eich1-0/+8
2007-10-24Merge branch 'master' of ssh+git://git.freedesktop.org/git/xorg/driver/xf86-v...Matthias Hopf1-8/+8
2007-10-24Nuke unnecessary return.Matthias Hopf1-2/+0
2007-10-24Fix fixable warnings.Egbert Eich1-9/+9
2007-10-23Corrected comment about DDC slave ordering.Egbert Eich1-3/+3
2007-10-22Add some -verbose 7 messages.Egbert Eich1-0/+3
2007-10-20Reomved I2C bus scanning from X driver, integrated it in rhd_conntest instead.Egbert Eich1-23/+0
2007-10-20Unify and sanitize AtomBIOS layer variable, function and type names.Egbert Eich1-7/+7
2007-10-20Let AtomBIOS layer convert variables to correct unit.Egbert Eich1-2/+2
2007-10-19Remove the semicolon from the RHDFUNCI definition.Matt Kraai1-1/+1
2007-10-19Remove the semicolon from the RHDFUNC definition.Matt Kraai1-8/+8
2007-10-18Add I2C support for RS690.Egbert Eich1-1/+182
2007-10-17Set a (guessed) sane value for the default engine clock.Egbert Eich1-2/+2
2007-10-17Fix build for the case that AtomBIOS or AtomBIOS parser are not present.Egbert Eich1-0/+14
2007-10-16Only initialize I2C buses which are really available in HW.Egbert Eich1-17/+12
2007-10-15Fix wrong setting of the I2C ARBITRATION bits for R6xx.Egbert Eich1-1/+1
2007-09-28Increase loop counter on I2C status poll loops.Egbert Eich1-11/+11
2007-09-27Put scaler value in hex.Egbert Eich1-2/+2
2007-09-27Fixed I2C probing on R5xx.Egbert Eich1-8/+18
2007-09-27Fixed order of magnitude of SCL, added correct prescale calculation for R6xx.Egbert Eich1-9/+11
2007-09-27Added I2C prescale calculation for R5xx.Egbert Eich1-1/+25
2007-09-26Fully eliminated all uses of regOR: use RHDRegMask() instead.Egbert Eich1-4/+4
2007-09-26Fixed typo in debug message print function.Egbert Eich1-5/+3
2007-09-26Fixed a non-fatal typo in an enum name.Egbert Eich1-1/+1
2007-09-26R5xx only have 3 HW DDC I2C lines.Egbert Eich1-5/+6
2007-09-26Added symbolic register and bit names for R5xx I2C regs.Egbert Eich1-142/+197
2007-09-18Adding AMD Copyright. Fix build to build with atombios.h but without parser.Egbert Eich1-0/+1
2007-09-17Better handling of verbose messages.Egbert Eich1-2/+2
2007-09-16Fixed ScanBus result reporting.Egbert Eich1-2/+2
2007-09-16Fixed ScanBus, reduced I2C delays.Egbert Eich1-13/+10
2007-09-12Added a scanbus option to scan all i2c buses on all lines.Egbert Eich1-17/+33
2007-09-11Added ScanBus and DDC readout to I2C.Egbert Eich1-7/+28
2007-09-09Fix array overrrun in I2C code.Luc Verhaegen1-4/+3
2007-09-09Fix the build of rhdI2CProbeAddress.Luc Verhaegen1-7/+14
2007-09-08Tested and fixed I2C on R5xx.Egbert Eich1-6/+12