drm/i915/guc: Suppress 'ignoring reset notification' message
authorJohn Harrison <John.C.Harrison@Intel.com>
Thu, 21 Sep 2023 18:20:33 +0000 (11:20 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Wed, 4 Oct 2023 01:48:07 +0000 (18:48 -0700)
commit6a3ecfd4a04d800e291e1652ce1f22eff613e8ec
tree1b8763fe4b9077fe618d7d3bf7e6fb2e7a7afd6d
parent6b8ace7a14e7926b7b914ccd96a8ac657c0d518c
drm/i915/guc: Suppress 'ignoring reset notification' message

If an active context has been banned (e.g. Ctrl+C killed) then it is
likely to be reset as part of evicting it from the hardware. That
results in a 'ignoring context reset notification: banned = 1'
message at info level. This confuses/concerns people and makes them
think something has gone wrong when it hasn't.

There is already a debug level message with essentially the same
information. So drop the 'ignore' info level one and just add the
'ignore' flag to the debug level one instead (which will therefore not
appear by default but will still show up in CI runs).

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230921182033.135448-1-John.C.Harrison@Intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c