From 8d74f3d49e73626f5d658ba6586a7c1487dae141 Mon Sep 17 00:00:00 2001
From: Daniel Stone <daniel@fooishbar.org>
Date: Thu, 19 Jan 2006 14:20:37 +0000
Subject: Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to have
 IsIGP =     1, fixing modesetting issues.

---
 ChangeLog           | 6 ++++++
 src/radeon_driver.c | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 71f171a9..693d141a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-19  Daniel Stone  <daniel@freedesktop.org>
+
+	* src/radeon_driver.c:
+	Bug #5656: Set all Radeon XPRESS 200 R[CS]4xx-based chips to
+	have IsIGP = 1, fixing modesetting issues.
+
 2006-01-12  Alan Coopersmith  <alan.coopersmith@sun.com>
 
 	* src/theatre200_module.c (theatre200VersRec): 
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 163ea6ee..27292d39 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;
 
-- 
cgit v1.2.3