drm/i915: Consolidate reset-request debug message

Move the pair of messages to the common callsite where it makes sense to
include a bit more information about which request is being reset.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190312111146.10662-1-chris@chris-wilson.co.uk
This commit is contained in:
Chris Wilson
2019-03-12 11:11:45 +00:00
parent 3461cbfd34
commit 4b378c0672
3 changed files with 6 additions and 3 deletions

View File

@@ -757,8 +757,6 @@ static void reset_ring(struct intel_engine_cs *engine, bool stalled)
}
}
GEM_TRACE("%s stalled? %s\n", engine->name, yesno(stalled));
/*
* The guilty request will get skipped on a hung engine.
*