From 8d74f3d49e73626f5d658ba6586a7c1487dae141 Mon Sep 17 00:00:00 2001 From: Daniel Stone 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. --- src/radeon_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/radeon_driver.c') 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; -- cgit v1.2.3