Commit 6a3ecfd
committed
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.com1 parent 6b8ace7 commit 6a3ecfd
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4802 | 4802 | | |
4803 | 4803 | | |
4804 | 4804 | | |
| 4805 | + | |
| 4806 | + | |
4805 | 4807 | | |
4806 | 4808 | | |
4807 | | - | |
| 4809 | + | |
| 4810 | + | |
4808 | 4811 | | |
4809 | 4812 | | |
4810 | 4813 | | |
4811 | 4814 | | |
4812 | | - | |
| 4815 | + | |
4813 | 4816 | | |
4814 | 4817 | | |
4815 | | - | |
4816 | | - | |
4817 | | - | |
4818 | 4818 | | |
4819 | 4819 | | |
4820 | 4820 | | |
| |||
0 commit comments