diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-08-07 17:57:07 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-08-07 17:57:07 -0400 |
commit | 33f88f7fc90d9d93fdcbba9ad59dd70a6596bc3f (patch) | |
tree | d1c2fe3a5db070047bc37b1c452e4da55ae30cfa | |
parent | df0d1ef53100f0a19c5b5fdc349f5186c8d9bd87 (diff) |
RS4xx DDC fixes take 3
-rw-r--r-- | src/radeon_bios.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_bios.c b/src/radeon_bios.c index e8cc951c..de4b017b 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -465,8 +465,8 @@ static void RADEONApplyLegacyQuirks(ScrnInfoPtr pScrn, int index) info->BiosConnector[index].ddc_i2c.get_data_mask = 0x80; info->BiosConnector[index].ddc_i2c.mask_clk_reg = RADEON_GPIOPAD_MASK; info->BiosConnector[index].ddc_i2c.mask_data_reg = RADEON_GPIOPAD_MASK; - info->BiosConnector[index].ddc_i2c.put_clk_reg = RADEON_GPIOPAD_EN; - info->BiosConnector[index].ddc_i2c.put_data_reg = RADEON_GPIOPAD_EN; + info->BiosConnector[index].ddc_i2c.put_clk_reg = RADEON_GPIOPAD_A; + info->BiosConnector[index].ddc_i2c.put_data_reg = RADEON_GPIOPAD_A; info->BiosConnector[index].ddc_i2c.get_clk_reg = RADEON_LCD_GPIO_Y_REG; info->BiosConnector[index].ddc_i2c.get_data_reg = RADEON_LCD_GPIO_Y_REG; } |