xf86-video-intel: Branch 'intel-batchbuffer' - src/i830_dri.c

Adam Jackson ajax at kemper.freedesktop.org
Thu Feb 21 07:06:17 PST 2008


 src/i830_dri.c |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 34118dda7394b46b606b85f057c4d5941cbabbb3
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Feb 21 10:06:15 2008 -0500

    Remove some overkill debugging ErrorF.

diff --git a/src/i830_dri.c b/src/i830_dri.c
index 09e5247..114b5f6 100644
--- a/src/i830_dri.c
+++ b/src/i830_dri.c
@@ -1,4 +1,3 @@
-/* $xfree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.c,v 1.15 2003/06/18 13:14:17 dawes Exp $ */
 /**************************************************************************
 
 Copyright 2001 VA Linux Systems Inc., Fremont, California.
@@ -1860,8 +1859,6 @@ I830DRI2Lock(ScreenPtr pScreen)
     ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
     I830Ptr pI830 = I830PTR(pScrn);
 
-    ErrorF("taking lock\n");
-
     if (pI830->lockRefCount == 0) {
        DRM_LOCK(pI830->drmSubFD, pI830->lock, pI830->context, 0);
        pI830->lockingContext = pI830->context;
@@ -1882,8 +1879,6 @@ I830DRI2Unlock(ScreenPtr pScreen)
     ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
     I830Ptr pI830 = I830PTR(pScrn);
 
-    ErrorF("releasing lock\n");
-
     if (pI830 == NULL)
 	return;
 


More information about the xorg-commit mailing list