xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Sun Apr 19 09:14:05 PDT 2009


 src/radeon_driver.c |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit 101ce28ec4af696549b7d6defebb5b4ad412176c
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Sun Apr 19 12:13:18 2009 -0400

    Remove old messages
    
    R5xx/r6xx support isn't really experimental anymore

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 105a9f3..db5a0e3 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1837,16 +1837,6 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn)
 	break;
     }
 
-    if (info->ChipFamily >= CHIP_FAMILY_R600) {
-        xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
-                   "R600 support is mostly incomplete and very experimental\n");
-    }
-
-    if ((info->ChipFamily >= CHIP_FAMILY_RV515) && (info->ChipFamily < CHIP_FAMILY_R600)) {
-	xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
-                   "R500 support is under development. Please report any issues to xorg-driver-ati at lists.x.org\n");
-    }
-
     from               = X_PROBED;
     info->LinearAddr   = PCI_REGION_BASE(info->PciInfo, 0, REGION_MEM) & ~0x1ffffffULL;
     pScrn->memPhysBase = info->LinearAddr;


More information about the xorg-commit mailing list