diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-11-06 22:59:25 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-11-06 22:59:25 -0500 |
commit | 0d3e0735f710cb7b9505e4330997aa332f73c102 (patch) | |
tree | 002fb8271a042eb3151b9a6800f7dd87ebb94fe8 /src/radeon_bios.c | |
parent | 0abfe3150ce3eed4db93ccc2975bd4622dfa54a7 (diff) |
First round of avivo support
Diffstat (limited to 'src/radeon_bios.c')
-rw-r--r-- | src/radeon_bios.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c index 972001b0..9218079f 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -179,6 +179,8 @@ static Bool RADEONGetATOMConnectorInfoFromBIOS (ScrnInfoPtr pScrn) crtc = (portinfo >> 8) & 0xf; tmp0 = RADEON_BIOS16(info->MasterDataStart + 24); gpio = RADEON_BIOS16(tmp0 + 4 + 27 * crtc) * 4; + info->BiosConnector[i].gpio = gpio; + switch(gpio) { case RADEON_GPIO_MONID: info->BiosConnector[i].DDCType = DDC_MONID; |