xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Thu Aug 7 14:57:38 PDT 2008


 src/radeon_bios.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 33f88f7fc90d9d93fdcbba9ad59dd70a6596bc3f
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Aug 7 17:57:07 2008 -0400

    RS4xx DDC fixes take 3

diff --git a/src/radeon_bios.c b/src/radeon_bios.c
index e8cc951..de4b017 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;
     }


More information about the xorg-commit mailing list