All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib/i915: remove use of debugfs/i915_next_seqno
@ 2022-04-22 15:19 Nirmoy Das
  2022-04-22 16:24 ` Dixit, Ashutosh
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nirmoy Das @ 2022-04-22 15:19 UTC (permalink / raw)
  To: igt-dev; +Cc: nirmoy.das, chris

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@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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-22 22:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-22 15:19 [igt-dev] [PATCH i-g-t] lib/i915: remove use of debugfs/i915_next_seqno Nirmoy Das
2022-04-22 16:24 ` Dixit, Ashutosh
2022-04-22 18:26 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2022-04-22 18:46 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-04-22 22:49 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.