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/drv_suspend.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/drv_suspend.c') diff --git a/tests/drv_suspend.c b/tests/drv_suspend.c index ed393af4..506ae16e 100644 --- a/tests/drv_suspend.c +++ b/tests/drv_suspend.c @@ -34,10 +34,13 @@ #include #include #include -#include "drm.h" + +#include + #include "ioctl_wrappers.h" #include "drmtest.h" #include "igt_debugfs.h" +#include "igt_aux.h" #define OBJECT_SIZE (16*1024*1024) -- cgit v1.2.3