xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Wed Aug 6 16:14:41 PDT 2008


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

New commits:
commit df0d1ef53100f0a19c5b5fdc349f5186c8d9bd87
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Aug 6 19:13:56 2008 -0400

    RS4xx: Fix up ddc gpio
    
    - I mixed up the regs previously

diff --git a/src/radeon_bios.c b/src/radeon_bios.c
index b9adf28..e8cc951 100644
--- a/src/radeon_bios.c
+++ b/src/radeon_bios.c
@@ -467,8 +467,8 @@ static void RADEONApplyLegacyQuirks(ScrnInfoPtr pScrn, int index)
 	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.get_clk_reg = RADEON_GPIOPAD_MASK;
-	info->BiosConnector[index].ddc_i2c.get_data_reg = RADEON_GPIOPAD_MASK;
+	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;
     }
 
     /* Certain IBM chipset RN50s have a BIOS reporting two VGAs,


More information about the xorg-commit mailing list