summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-01-19 14:20:37 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-01-19 14:20:37 +0000
commit8d74f3d49e73626f5d658ba6586a7c1487dae141 (patch)
tree77e6fbf14b65960c6e809eda664e3886c7144106 /src/radeon_driver.c
parente490f4b86e6bba70f7c884fca3cf41d159323689 (diff)
Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have IsIGP =
1, fixing modesetting issues.
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 163ea6e..27292d3 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1,5 +1,5 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c,v 1.117 2004/02/19 22:38:12 tsi Exp $ */
-/* $XdotOrg: $ */
+/* $XdotOrg: driver/xf86-video-ati/src/radeon_driver.c,v 1.84 2006/01/13 01:02:01 alanc Exp $ */
/*
* Copyright 2000 ATI Technologies Inc., Markham, Ontario, and
* VA Linux Systems Inc., Fremont, California.
@@ -2582,7 +2582,7 @@ static Bool RADEONPreInitConfig(ScrnInfoPtr pScrn)
case PCI_CHIP_RS480_5954:
case PCI_CHIP_RS482_5974:
info->ChipFamily = CHIP_FAMILY_RV380; /*CHIP_FAMILY_RS400*/
- /*info->IsIGP = TRUE;*/ /* ??? */
+ info->IsIGP = TRUE;
/*info->HasSingleDAC = TRUE;*/ /* ??? */
break;