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 --- lib/intel_os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/intel_os.c') diff --git a/lib/intel_os.c b/lib/intel_os.c index 14dda147..3a7397aa 100644 --- a/lib/intel_os.c +++ b/lib/intel_os.c @@ -48,8 +48,8 @@ #endif #include "intel_io.h" -#include "i915_drm.h" #include "drmtest.h" +#include "igt_aux.h" uint64_t intel_get_total_ram_mb(void) -- cgit v1.2.3