[Intel-gfx] [PATCH 2/2] HAX: drm/i915/selftest: Temporarily avoid tainting the kernel on engine reset failure
Thomas Hellström
thomas.hellstrom at linux.intel.com
Thu Nov 4 21:58:13 UTC 2021
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
---
drivers/gpu/drm/i915/gt/selftest_hangcheck.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/gt/selftest_hangcheck.c b/drivers/gpu/drm/i915/gt/selftest_hangcheck.c
index 8590419be4c6..e57307f82cf0 100644
--- a/drivers/gpu/drm/i915/gt/selftest_hangcheck.c
+++ b/drivers/gpu/drm/i915/gt/selftest_hangcheck.c
@@ -1111,8 +1111,9 @@ static int __igt_reset_engines(struct intel_gt *gt,
rq->fence.seqno, rq->context->guc_id.id);
i915_request_put(rq);
- GEM_TRACE_DUMP();
+ /* GEM_TRACE_DUMP(); */
intel_gt_set_wedged(gt);
+
err = -EIO;
goto restore;
}
--
2.31.1
More information about the Intel-gfx
mailing list