Commit c0c06bd2 authored by Chris Wilson's avatar Chris Wilson

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: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent fe440293
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment