drm/i915/guc: Improve debug message on context reset notification
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 31 Jan 2023 21:44:13 +0000 (22:44 +0100)
committerJohn Harrison <John.C.Harrison@Intel.com>
Thu, 2 Feb 2023 23:13:19 +0000 (15:13 -0800)
commit5dfb29d444daf94120762e9d7b9fe6aa4e0f9929
tree7eff5fb523de1d353298c610e16ceeb38fad810b
parent1f16fdbb2a5a7504fcc4be057000e589cb427fbd
drm/i915/guc: Improve debug message on context reset notification

Just recently we switched over to new GuC oriented log macros but in
the meantime yet another message was added that we missed to update.

While around improve that new message by adding engine name and use
existing helpers to check for context state.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230131214413.1879-1-michal.wajdeczko@intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c