[igt-dev] [PATCH i-g-t] lib/i915: remove use of debugfs/i915_next_seqno

Nirmoy Das nirmoy.das at intel.com
Fri Apr 22 15:19:23 UTC 2022


The patch "95898ed6856e drm/i915: Drop debugfs/i915_next_seqno"
removed this file so remove the use of this in igt as well.
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
---
 lib/i915/gem.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/i915/gem.c b/lib/i915/gem.c
index 93ef4073b..27b872c28 100644
--- a/lib/i915/gem.c
+++ b/lib/i915/gem.c
@@ -125,7 +125,6 @@ static void reset_device(int i915)
 		igt_info("Found wedged device, trying to reset and continue\n");
 		igt_sysfs_printf(dir, "i915_wedged", "%llu", -1ull);
 	}
-	igt_sysfs_set(dir, "i915_next_seqno", "1");
 
 	close(dir);
 }
-- 
2.35.1



More information about the igt-dev mailing list