From 3cd45dec2e4be3edacdfc233089b6bd3651fa595 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 10 Feb 2015 17:46:43 +0100 Subject: lib/igt_gt: Document and consolidate Also move forcewake and stop_rings code from igt_debugfs to igt_gt since it fits better. And move the hang injection fork helpers from igt_aux to igt_gt, too. Also push the intel_gen call into igt_hang_ring while at it. Signed-off-by: Daniel Vetter --- lib/igt_aux.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/igt_aux.h') diff --git a/lib/igt_aux.h b/lib/igt_aux.h index edc36a22..7f42b337 100644 --- a/lib/igt_aux.h +++ b/lib/igt_aux.h @@ -39,9 +39,6 @@ extern int num_trash_bos; 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