Browse Source

drm/i915/ringbuffer: Kill an annoyingly frequent debug message

This is better handled through the tracepoints and just clutters the
debug logs.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Chris Wilson 14 years ago
parent
commit
c0c06bd244
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gpu/drm/i915/intel_ringbuffer.c

+ 0 - 1
drivers/gpu/drm/i915/intel_ringbuffer.c

@@ -606,7 +606,6 @@ ring_add_request(struct intel_ring_buffer *ring,
 	intel_ring_emit(ring, MI_USER_INTERRUPT);
 	intel_ring_advance(ring);
 
-	DRM_DEBUG_DRIVER("%s %d\n", ring->name, seqno);
 	*result = seqno;
 	return 0;
 }