lib: Remove defunct stop_rings

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2015-12-11 21:43:11 +00:00
parent 1ba9717e6e
commit 645c95400c
4 changed files with 0 additions and 168 deletions
-12
View File
@@ -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();