summaryrefslogtreecommitdiff
path: root/src/i830_i2c.c
AgeCommit message (Expand)Author
2010-09-12Rename common infrastructure to the intel namespace.Owain G. Ainsworth
2010-09-11i810: Move into a legacy directory.Owain G. Ainsworth
2010-03-01Rename the xf86 screen private from pScrn to scrn.Owain G. Ainsworth
2010-03-01Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Owain G. Ainsworth
2009-07-28intel: remove unneeded includesDave Airlie
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-02-26Fix SDVO I2C access on Mac Mini in EFI mode.Eric Anholt
2008-01-04Fix copy'n'paste-o in unused airlied i2c code.hulifox008
2007-03-17Increase DDC I2C RiseFallTime to handle older monitorsKeith Packard
2007-03-17Remove extra (and incorrect) I2C ByteTimeout setting.Keith Packard
2007-03-13Use a POSTING_READ(reg) macro instead of using the (void)INREG(reg) pattern.Eric Anholt
2007-03-13Add PCI write posting protection to i2c putbits.Eric Anholt
2006-12-21Use Vesa DDC timeouts for all I2C busses.Keith Packard
2006-12-19Writing 1 to I2C line means to tristate the bus so others can manipulate it.Keith Packard
2006-11-30Tristate the clock/data pins during GPIO when released while getting values.Eric Anholt
2006-11-30Preserve some GPIO bits that the docs tell us to.Eric Anholt
2006-11-30Add debug code for the bit-banging I2C implementation.Eric Anholt
2006-11-02Add airlied's I2C code, ifdeffed out.Eric Anholt
2006-09-08Remove xf86_ansic.h usage.Eric Anholt
2006-04-24Simplify the i2c code by using the GetBits/PutBits interface rather thanEric Anholt
2006-04-06Add enough of airlied's DDC/I2C work to pull EDID info from my CRT.Eric Anholt