Quoting Mika Kuoppala (2021-01-12 17:07:13) > > + if (count & 1) { > > + err = intel_engine_reset(engine, NULL); > > + if (err) { > > + GEM_TRACE_ERR("intel_engine_reset(%s) failed, err:%d\n", > > + engine->name, err); > > + GEM_TRACE_DUMP(); > > + break; > > + } > > + } else { > > + force_reset_timeout(engine); > > + err = intel_engine_reset(engine, NULL); > > We dont promote to global here if the engine one fails? > > If not, what mechanism then guarantees the request completion. We are testing that a failed engine reset (due to the request preparation timing out) does not affect the status of inflight work. -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx