summaryrefslogtreecommitdiff
path: root/src/radeon_atombios.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-03-22 01:31:30 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-03-22 01:32:46 -0400
commit2fe6b393d9dbb193d4f0a3351ad76618cda07e2c (patch)
tree9bf1fe915e0b30b8c35f8d04f2c1486011d989c0 /src/radeon_atombios.c
parent1ddee7cd6fd267b2fc86f21af27c5425eb0835a4 (diff)
radeon: add new chip ids
Diffstat (limited to 'src/radeon_atombios.c')
-rw-r--r--src/radeon_atombios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c
index 0b17cbd2..47f51030 100644
--- a/src/radeon_atombios.c
+++ b/src/radeon_atombios.c
@@ -1784,7 +1784,7 @@ RADEONGetATOMConnectorInfoFromBIOSObject (ScrnInfoPtr pScrn)
continue;
}
- if ((info->ChipFamily == CHIP_FAMILY_RS780) &&
+ if (info->IsIGP &&
(con_obj_id == CONNECTOR_OBJECT_ID_PCIE_CONNECTOR)) {
uint32_t slot_config, ct;