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>
This commit is contained in:
Daniel Vetter
2014-03-12 16:53:47 +01:00
parent 55e64989e5
commit adb28fd71d
6 changed files with 55 additions and 42 deletions
+1
View File
@@ -41,6 +41,7 @@
#include "drmtest.h"
#include "intel_chipset.h"
#include "intel_gpu_tools.h"
#include "igt_debugfs.h"
/* Testcase: Submit patches with relocations in memory that will fault
*
+1
View File
@@ -38,6 +38,7 @@
#include "drm.h"
#include "i915_drm.h"
#include "drmtest.h"
#include "igt_debugfs.h"
static int OBJECT_SIZE = 16*1024*1024;