From d7ba9f001c0ab645984526afd0e64d1c6a6d654a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 23 Aug 2007 11:39:54 +0200 Subject: radeon: Change a test to info->IsIGP from several IGP families. --- src/radeon_video.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/radeon_video.c b/src/radeon_video.c index 73c9efc..15e2101 100644 --- a/src/radeon_video.c +++ b/src/radeon_video.c @@ -1437,9 +1437,7 @@ RADEONAllocAdaptor(ScrnInfoPtr pScrn) info->ecp_div = 1; ecp = (INPLL(pScrn, RADEON_VCLK_ECP_CNTL) & 0xfffffCff) | (info->ecp_div << 8); - if ((info->ChipFamily == CHIP_FAMILY_RS100) || - (info->ChipFamily == CHIP_FAMILY_RS200) || - (info->ChipFamily == CHIP_FAMILY_RS300)) { + if (info->IsIGP) { /* Force the overlay clock on for integrated chips */ ecp |= (1<<18); -- cgit v1.2.3