summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-07-08 09:57:04 -0400
committerBrice Goglin <bgoglin@debian.org>2008-08-02 18:46:32 +0200
commit1b90deaa812e89e4fe51d4a142bae98450066e54 (patch)
treeac502c68f149dce249ec316f7f01f711289d073d
parentfbac1ce622b29556b2ee537ba799d23ada7b0218 (diff)
downloadxf86-video-ati-frc-1b90deaa812e89e4fe51d4a142bae98450066e54.tar.gz
xf86-video-ati-frc-1b90deaa812e89e4fe51d4a142bae98450066e54.tar.bz2
Add quirk for Falcon NW laptop
(cherry picked from commit 9086d008fb8c3cde0633b90ce19ffbf4eded388d)
-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 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