summaryrefslogtreecommitdiff
path: root/lib/drmtest.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-12 16:53:47 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-12 21:22:31 +0100
commitadb28fd71d21175f047d7ed4cc3e4683a146b57b (patch)
tree08e48ddc9c0963c89e4b830e20d86fe14840974b /lib/drmtest.h
parent55e64989e5f0359796d6e71d6753e432861b04a4 (diff)
lib: move prefault helpers to igt_debugfs.c
This way all debugfs library code is in one place, ready for some api documentation care. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/drmtest.h')
-rw-r--r--lib/drmtest.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/drmtest.h b/lib/drmtest.h
index f9f21d39..593f31b9 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -77,10 +77,6 @@ void igt_cleanup_aperture_trashers(void);
/* set vt into graphics mode, required to prevent fbcon from interfering */
void igt_set_vt_graphics_mode(void);
-/* prefault disabling, needs the corresponding debugfs interface */
-void igt_disable_prefault(void);
-void igt_enable_prefault(void);
-
/* suspend and auto-resume system */
void igt_system_suspend_autoresume(void);