diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-04-23 14:06:06 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-05-08 12:07:28 -0400 |
commit | db375c70a00865976ddb3b32bb4b25113735bf1e (patch) | |
tree | 68ca4660fd2b66bfd2f09f8adb99bf75c5cb7090 /src/radeon_probe.h | |
parent | 0ea75453eaa5bb41bf12666d454a203ee1481461 (diff) |
r2xx/r3xx/r4xx: further i2c fixups
- hw i2c engine has pin selection on r2xx/r2xx/r3xx chips
- also switch hw i2c pin sel for external tmds
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 64799729..3e4f47c3 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -216,6 +216,7 @@ typedef struct _radeon_lvds { typedef struct _radeon_dvo { /* dvo */ + I2CBusPtr pI2CBus; I2CDevPtr DVOChip; RADEONI2CBusRec dvo_i2c; int dvo_i2c_slave_addr; |