From ac853ca0a950d6147cd6a0b4a1b089f5d2f080ea Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Fri, 11 Sep 2009 14:25:31 -0400 Subject: atom: fix typo in asus quirks Should be DVI-I, not DVI-D --- src/radeon_atombios.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/radeon_atombios.c') diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c index b1cb559e..0384456e 100644 --- a/src/radeon_atombios.c +++ b/src/radeon_atombios.c @@ -1630,7 +1630,7 @@ static void RADEONApplyATOMQuirks(ScrnInfoPtr pScrn, int index) (PCI_SUB_VENDOR_ID(info->PciInfo) == 0x1043) && (PCI_SUB_DEVICE_ID(info->PciInfo) == 0x01da)) { if (info->BiosConnector[index].ConnectorType == CONNECTOR_HDMI_TYPE_A) - info->BiosConnector[index].ConnectorType = CONNECTOR_DVI_D; + info->BiosConnector[index].ConnectorType = CONNECTOR_DVI_I; } /* ASUS HD 3450 board lists the DVI port as HDMI */ @@ -1638,7 +1638,7 @@ static void RADEONApplyATOMQuirks(ScrnInfoPtr pScrn, int index) (PCI_SUB_VENDOR_ID(info->PciInfo) == 0x1043) && (PCI_SUB_DEVICE_ID(info->PciInfo) == 0x01e2)) { if (info->BiosConnector[index].ConnectorType == CONNECTOR_HDMI_TYPE_A) - info->BiosConnector[index].ConnectorType = CONNECTOR_DVI_D; + info->BiosConnector[index].ConnectorType = CONNECTOR_DVI_I; } /* some BIOSes seem to report DAC on HDMI - usually this is a board with -- cgit v1.2.3