summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-12-11 21:43:11 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-04-09 13:38:12 +0100
commit645c95400ccfd743a17b4ab90488cea7eb316776 (patch)
tree4cb77922ce2ea5d4d91edb3ff80895c40a89ff1c /tests
parent1ba9717e6eda2bdd6f1f9e5d1f8e8138cbb3edd1 (diff)
lib: Remove defunct stop_rings
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/drv_hangman.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/drv_hangman.c b/tests/drv_hangman.c
index f4cdadb8..4af031ea 100644
--- a/tests/drv_hangman.c
+++ b/tests/drv_hangman.c
@@ -87,15 +87,6 @@ static void test_debugfs_error_state_exists(void)
close (fd);
}
-static void test_debugfs_ring_stop_exists(void)
-{
- int fd;
-
- igt_assert_lte(0, (fd = igt_debugfs_open("i915_ring_stop", O_RDONLY)));
-
- close(fd);
-}
-
static void read_dfs(const char *fname, char *d, int maxlen)
{
int fd;
@@ -336,9 +327,6 @@ igt_main
igt_subtest("error-state-sysfs-entry")
test_sysfs_error_exists();
- igt_subtest("ring-stop-sysfs-entry")
- test_debugfs_ring_stop_exists();
-
igt_subtest("error-state-basic")
test_error_state_basic();