summaryrefslogtreecommitdiff
path: root/lib/igt_aux.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_aux.h')
-rw-r--r--lib/igt_aux.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/igt_aux.h b/lib/igt_aux.h
index 639a9077..ef89faa9 100644
--- a/lib/igt_aux.h
+++ b/lib/igt_aux.h
@@ -28,16 +28,13 @@
#ifndef IGT_AUX_H
#define IGT_AUX_H
-#include <intel_bufmgr.h>
#include <inttypes.h>
#include <stdbool.h>
+#include <stddef.h>
#include <sys/time.h>
#include <i915/gem_submission.h>
-extern drm_intel_bo **trash_bos;
-extern int num_trash_bos;
-
/* signal interrupt helpers */
#define gettid() syscall(__NR_gettid)
#define sigev_notify_thread_id _sigev_un._tid
@@ -122,11 +119,6 @@ bool igt_check_boolean_env_var(const char *env_var, bool default_value);
bool igt_aub_dump_enabled(void);
-/* helpers based upon the libdrm buffer manager */
-void igt_init_aperture_trashers(drm_intel_bufmgr *bufmgr);
-void igt_trash_aperture(void);
-void igt_cleanup_aperture_trashers(void);
-
/* suspend/hibernate and auto-resume system */
/**