All the information for hangcheck is pulled into i915_engine_info so the
separate dump is redundant.

Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk>
Cc: Andi Shyti <andi.sh...@intel.com>
---
 tests/i915/gem_busy.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/i915/gem_busy.c b/tests/i915/gem_busy.c
index 64e6fe6bd..5e4e2d939 100644
--- a/tests/i915/gem_busy.c
+++ b/tests/i915/gem_busy.c
@@ -452,7 +452,6 @@ static void basic(int fd, const struct 
intel_execution_engine2 *e, unsigned flag
        while (gem_bo_busy(fd, spin->handle)) {
                if (igt_seconds_elapsed(&tv) > timeout) {
                        igt_debugfs_dump(fd, "i915_engine_info");
-                       igt_debugfs_dump(fd, "i915_hangcheck_info");
                        igt_assert_f(igt_seconds_elapsed(&tv) < timeout,
                                     "%s batch did not complete within %ds\n",
                                     flags & HANG ? "Hanging" : "Normal",
-- 
2.26.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to