[PATCH] dbg

Chris Wilson chris at chris-wilson.co.uk
Fri Oct 18 15:56:15 UTC 2019


---
 drivers/gpu/drm/i915/gt/intel_lrc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.c b/drivers/gpu/drm/i915/gt/intel_lrc.c
index d0088d020220..b9a7ee045340 100644
--- a/drivers/gpu/drm/i915/gt/intel_lrc.c
+++ b/drivers/gpu/drm/i915/gt/intel_lrc.c
@@ -2035,6 +2035,9 @@ static void __submit_queue_imm(struct intel_engine_cs *engine)
 {
 	struct intel_engine_execlists * const execlists = &engine->execlists;
 
+	GEM_TRACE("%s: reset-in-progress? %d\n",
+		  engine->name, yesno(reset_in_progress(execlists)));
+
 	if (reset_in_progress(execlists))
 		return; /* defer until we restart the engine following reset */
 
-- 
2.23.0



More information about the Intel-gfx-trybot mailing list