xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Tue Jun 17 14:56:27 PDT 2008


 src/radeon_accel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eed241553748125e902c44dcc8cf8e0605be071b
Author: Alex Deucher <alex at botch2.com>
Date:   Tue Jun 17 17:42:31 2008 -0400

    radeon: X_ERROR -> X_WARNING for num gb pipes
    
    This just means your drm is old, not fatal or anything

diff --git a/src/radeon_accel.c b/src/radeon_accel.c
index 5897c7e..d45e932 100644
--- a/src/radeon_accel.c
+++ b/src/radeon_accel.c
@@ -381,7 +381,7 @@ void RADEONEngineInit(ScrnInfoPtr pScrn)
 
 	if (drmCommandWriteRead(info->drmFD, DRM_RADEON_GETPARAM, &np,
 				sizeof(np)) < 0) {
-	    xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
+	    xf86DrvMsg(pScrn->scrnIndex, X_WARNING,
 		       "Failed to determine num pipes from DRM, falling back to "
 		       "manual look-up!\n");
 	    info->num_gb_pipes = 0;


More information about the xorg-commit mailing list