Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0c06bd2 authored by Chris Wilson's avatar Chris Wilson
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}