xf86-video-intel: src/i915_video.c

Alan Hourihane alanh at kemper.freedesktop.org
Wed Nov 8 21:02:41 EET 2006


 src/i915_video.c |    4 ++++
 1 files changed, 4 insertions(+)

New commits:
diff-tree b649f95ea6fd3555d073fdbf8f2f035dfe1afd33 (from fbb376bd1a4daad4c86e349df98438989ce173f1)
Author: Alan Hourihane <alanh at fairlite.demon.co.uk>
Date:   Wed Nov 8 19:01:25 2006 +0000

    Disable some debug message

diff --git a/src/i915_video.c b/src/i915_video.c
index 0833d50..78907ef 100644
--- a/src/i915_video.c
+++ b/src/i915_video.c
@@ -65,8 +65,10 @@ I915DisplayVideoTextured(ScrnInfoPtr pSc
    int nbox, dxo, dyo;
    Bool planar;
 
+#if 0
    ErrorF("I915DisplayVideo: %dx%d (pitch %d)\n", width, height,
 	  video_pitch);
+#endif
 
    switch (id) {
    case FOURCC_UYVY:
@@ -78,7 +80,9 @@ I915DisplayVideoTextured(ScrnInfoPtr pSc
       planar = TRUE;
       break;
    default:
+#if 0
       ErrorF("Unknown format 0x%x\n", id);
+#endif
       planar = FALSE;
       break;
    }



More information about the xorg-commit mailing list