summaryrefslogtreecommitdiff
path: root/src/i915_video.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2006-11-08 19:01:25 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2006-11-08 19:01:25 +0000
commitb649f95ea6fd3555d073fdbf8f2f035dfe1afd33 (patch)
tree451e70d469099576f7e82770c5ae465f7bd479d3 /src/i915_video.c
parentfbb376bd1a4daad4c86e349df98438989ce173f1 (diff)
Disable some debug message
Diffstat (limited to 'src/i915_video.c')
-rw-r--r--src/i915_video.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i915_video.c b/src/i915_video.c
index 0833d508..78907efb 100644
--- a/src/i915_video.c
+++ b/src/i915_video.c
@@ -65,8 +65,10 @@ I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id,
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 pScrn, I830PortPrivPtr pPriv, int id,
planar = TRUE;
break;
default:
+#if 0
ErrorF("Unknown format 0x%x\n", id);
+#endif
planar = FALSE;
break;
}