]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/guc: Do not complain about stale reset notifications
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 25 Feb 2022 01:52:32 +0000 (17:52 -0800)
committerJohn Harrison <John.C.Harrison@Intel.com>
Tue, 1 Mar 2022 22:14:20 +0000 (14:14 -0800)
commitdb8b3ce5be2ac94fd7ce80f4b7bcc676acdaebb1
tree1e4be9fd4b9a01c4dd277ad2caf873a4b17a97e3
parentfc9da5d84b7530dffe73a8b52e3da98682e8e9f9
drm/i915/guc: Do not complain about stale reset notifications

It is possible for reset notifications to arrive for a context that is
in the process of being banned. So don't flag these as an error, just
report it as informational (because it is still useful to know that
resets are happening even if they are being ignored).

v2: Better wording for the message (review feedback from Tvrtko).
v3: Fix rebase issue (review feedback from Daniele).

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220225015232.1939497-1-John.C.Harrison@Intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c