diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-09-30 13:11:20 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-09-30 13:13:15 -0400 |
commit | 22519fde1e002f28d6036d448fcd18452d00f1bb (patch) | |
tree | 79bcca5131140677fb758f49fe3e10f55e69e9ff /src/radeon.h | |
parent | dcc376e2d2a13329dd03f1bc4b471329757a6f5f (diff) |
RADEON: add support for ext tmds table and ext tmds chip init
This probably won't work on all chips as the various gpio lines
seem to need special magic to to actually talk to the i2c slave
chips.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index cec06e9..288fe00 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -950,6 +950,15 @@ extern Bool RADEONInit2(ScrnInfoPtr pScrn, DisplayModePtr crtc1, DisplayModePtr crtc2, int crtc_mask, RADEONSavePtr save, RADEONMonitorType montype); +extern Bool +RADEONDVOReadByte(I2CDevPtr dvo, int addr, CARD8 *ch); +extern Bool +RADEONDVOWriteByte(I2CDevPtr dvo, int addr, CARD8 ch); +extern Bool +RADEONGetExtTMDSInfoFromBIOS (xf86OutputPtr output); +extern Bool +RADEONInitExtTMDSInfoFromBIOS (xf86OutputPtr output); + void radeon_crtc_set_cursor_position (xf86CrtcPtr crtc, int x, int y); void |