From df0d1ef53100f0a19c5b5fdc349f5186c8d9bd87 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Wed, 6 Aug 2008 19:13:56 -0400 Subject: RS4xx: Fix up ddc gpio - I mixed up the regs previously --- src/radeon_bios.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/radeon_bios.c b/src/radeon_bios.c index b9adf286..e8cc951c 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, -- cgit v1.2.3