summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-07-08 09:57:04 -0400
committerAlex Deucher <alexdeucher@gmail.com>2008-07-08 09:57:04 -0400
commit9086d008fb8c3cde0633b90ce19ffbf4eded388d (patch)
tree22bccdf0a8eb4ef81f74a584c7697321e02e70c9 /src
parent61f82ace0210251beb0bcc492218a75a193e1deb (diff)
Add quirk for Falcon NW laptop
Diffstat (limited to 'src')
-rw-r--r--src/radeon_atombios.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c
index be0849d5..9d2a84f2 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