From 902eaf768142c6c7dcc487e10775027b84cd1f9a Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Thu, 6 Nov 2008 15:46:43 -0500 Subject: Check for LVDS on all IGP chips - fixes bug 18395 --- src/radeon_bios.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/radeon_bios.c b/src/radeon_bios.c index 22bb5ed8..89c816c3 100644 --- a/src/radeon_bios.c +++ b/src/radeon_bios.c @@ -615,10 +615,8 @@ static Bool RADEONGetLegacyConnectorInfoFromBIOS (ScrnInfoPtr pScrn) } /* check LVDS table */ - /* RS4xx can be mobile or desktop so check the connectors */ - if (info->IsMobility || - info->ChipFamily == CHIP_FAMILY_RS400 || - info->ChipFamily == CHIP_FAMILY_RS480) { + /* IGP can be mobile or desktop so check the connectors */ + if (info->IsMobility || info->IsIGP) { offset = RADEON_BIOS16(info->ROMHeaderStart + 0x40); if (offset) { info->BiosConnector[4].valid = TRUE; -- cgit v1.2.3