summaryrefslogtreecommitdiff
path: root/src/i830_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-28intel: remove unneeded includesDave Airlie1-2/+0
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-7/+7
2008-02-26Fix SDVO I2C access on Mac Mini in EFI mode.Eric Anholt1-0/+7
2008-01-04Fix copy'n'paste-o in unused airlied i2c code.hulifox0081-1/+1
2007-03-17Increase DDC I2C RiseFallTime to handle older monitorsKeith Packard1-0/+1
2007-03-17Remove extra (and incorrect) I2C ByteTimeout setting.Keith Packard1-1/+5
2007-03-13Use a POSTING_READ(reg) macro instead of using the (void)INREG(reg) pattern.Eric Anholt1-1/+1
2007-03-13Add PCI write posting protection to i2c putbits.Eric Anholt1-0/+1
2006-12-21Use Vesa DDC timeouts for all I2C busses.Keith Packard1-0/+8
2006-12-19Writing 1 to I2C line means to tristate the bus so others can manipulate it.Keith Packard1-29/+22
2006-11-30Tristate the clock/data pins during GPIO when released while getting values.Eric Anholt1-22/+30
2006-11-30Preserve some GPIO bits that the docs tell us to.Eric Anholt1-9/+18
2006-11-30Add debug code for the bit-banging I2C implementation.Eric Anholt1-0/+39
2006-11-02Add airlied's I2C code, ifdeffed out.Eric Anholt1-0/+222
2006-09-08Remove xf86_ansic.h usage.Eric Anholt1-1/+0
2006-04-24Simplify the i2c code by using the GetBits/PutBits interface rather thanEric Anholt1-200/+17
2006-04-06Add enough of airlied's DDC/I2C work to pull EDID info from my CRT.Eric Anholt1-0/+286