drm/i915: Remove debug noise on detecting fault-injection of missed interrupts
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Jul 2016 16:23:29 +0000 (17:23 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Jul 2016 20:04:17 +0000 (21:04 +0100)
commitc5a7b5aacea23f21f2def7c175c64bedbc872202
tree537df2004415937f8641a30aff7ec432b7f86024
parent61ff75ac20ffa6d0039f643234d0c5244070fb15
drm/i915: Remove debug noise on detecting fault-injection of missed interrupts

Since the tests can and do explicitly check debugfs/i915_ring_missed_irqs
for the handling of a "missed interrupt", adding it to the dmesg at INFO
is just noise. When it happens for real, we still class it as an ERROR.

Note that I have chose to remove it entirely because when we detect the
"missed interrupt" is irrelevant and the message contains no more
information than we glean from looking in debugfs.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1467390209-3576-20-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_irq.c