xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Tue Jul 8 06:57:36 PDT 2008


 src/radeon_atombios.c |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit 9086d008fb8c3cde0633b90ce19ffbf4eded388d
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jul 8 09:57:04 2008 -0400

    Add quirk for Falcon NW laptop

diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c
index be0849d..9d2a84f 100644
--- a/src/radeon_atombios.c
+++ b/src/radeon_atombios.c
@@ -1751,6 +1751,15 @@ static void RADEONApplyATOMQuirks(ScrnInfoPtr pScrn, int index)
 	}
     }
 
+    /* Falcon NW laptop lists vga ddc line for LVDS */
+    if ((info->Chipset == PCI_CHIP_RV410_5653) &&
+	(PCI_SUB_VENDOR_ID(info->PciInfo) == 0x1462) &&
+	(PCI_SUB_DEVICE_ID(info->PciInfo) == 0x0291)) {
+	if (info->BiosConnector[index].ConnectorType == CONNECTOR_LVDS) {
+	    info->BiosConnector[index].ddc_i2c.valid = FALSE;
+	}
+    }
+
 }
 
 Bool


More information about the xorg-commit mailing list