From a315476a6ba07f83631a60355bd01a6f73ced50b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 6 Sep 2014 08:16:27 +0100 Subject: igt/gem_evict_(alignment|everything): contend with GPU hangs Signed-off-by: Chris Wilson --- lib/igt_aux.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/igt_aux.h') diff --git a/lib/igt_aux.h b/lib/igt_aux.h index c420b3ff..e1909a98 100644 --- a/lib/igt_aux.h +++ b/lib/igt_aux.h @@ -38,6 +38,10 @@ extern int num_trash_bos; /* generally useful helpers */ void igt_fork_signal_helper(void); void igt_stop_signal_helper(void); + +int igt_fork_hang_helper(void); +void igt_stop_hang_helper(void); + void igt_exchange_int(void *array, unsigned i, unsigned j); void igt_permute_array(void *array, unsigned size, void (*exchange_func)(void *array, -- cgit v1.2.3