drm/i915: Remove unbannable context spam from reset
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 5 Feb 2018 09:22:01 +0000 (09:22 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 5 Feb 2018 13:24:45 +0000 (13:24 +0000)
commit24eae08d442eb6e9046a6d07abaa3e419bf429d8
tree8971e5bfea34dbb3570f102b98f34aeef57f82c6
parent073988d1023276277a3fe148a7a87c8ef3860a98
drm/i915: Remove unbannable context spam from reset

During testing, we trigger a lot of resets on an unbannable context
leading to massive amounts of irrelevant debug spam. Remove the
ban_score accounting and message for the unbannable context so that we
improve the signal:noise in the log messages for when the unexpected
occurs.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180205092201.19476-7-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem.c