summaryrefslogtreecommitdiff
path: root/src/radeon_video.c
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2007-08-23 11:39:54 +0200
committerMichel Dänzer <michel@tungstengraphics.com>2007-08-23 11:39:54 +0200
commitd7ba9f001c0ab645984526afd0e64d1c6a6d654a (patch)
tree52a14c8e3cfcb6094e8959a54d5c804be50b2a5e /src/radeon_video.c
parent8c7c22e22b6076abc80e4e1aaa8d1f4cf2f3ed14 (diff)
radeon: Change a test to info->IsIGP from several IGP families.
Diffstat (limited to 'src/radeon_video.c')
-rw-r--r--src/radeon_video.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c
index 73c9efc4..15e2101e 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);