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 --- tests/kms_pipe_crc_basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_pipe_crc_basic.c') diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c index 7380c8a1..a658b39d 100644 --- a/tests/kms_pipe_crc_basic.c +++ b/tests/kms_pipe_crc_basic.c @@ -28,7 +28,7 @@ #include #include "drmtest.h" -#include "igt_debugfs.h" +#include "igt_gt.h" #include "igt_kms.h" #include "igt_aux.h" #include "ioctl_wrappers.h" -- cgit v1.2.3