From 8deba38a3af34354680984186bdc80cfc6734138 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 20 Jun 2016 19:21:26 +0100 Subject: igt/vgem_basic: Exercise opening sysfs/debugfs For fun, debugfs/.../names currently explodes, so lets capture that and make sure that basic access to debugfs does no harm. Signed-off-by: Chris Wilson --- lib/igt_debugfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/igt_debugfs.h') diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h index d08fc237..7390fc57 100644 --- a/lib/igt_debugfs.h +++ b/lib/igt_debugfs.h @@ -175,4 +175,6 @@ void igt_enable_prefault(void); */ int igt_get_stable_obj_count(int driver); +int igt_debugfs_dir(int fd); + #endif /* __IGT_DEBUGFS_H__ */ -- cgit v1.2.3