From f5daeec724aea1613334f14d58b101a5c8e430b4 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sun, 23 Mar 2014 13:35:09 +0100 Subject: lib: extract igt_aux.[hc] And shovel all the various helpers in there. Also move igt_set_vt_graphics_mode to igt_kms.h since the function is implemented in igt_kms.c. And it fits better. I kinda missed this in the prep work. Signed-off-by: Daniel Vetter --- tests/eviction_common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/eviction_common.c') diff --git a/tests/eviction_common.c b/tests/eviction_common.c index d1c4798a..2d8e60ad 100644 --- a/tests/eviction_common.c +++ b/tests/eviction_common.c @@ -30,6 +30,7 @@ #include #include "drmtest.h" +#include "igt_aux.h" struct igt_eviction_test_ops { -- cgit v1.2.3