summaryrefslogtreecommitdiff
path: root/lib/intel_os.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-23 13:35:09 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-23 13:47:09 +0100
commitf5daeec724aea1613334f14d58b101a5c8e430b4 (patch)
tree055ceaf0a430f9d028653cfef0913e0bfb0ee241 /lib/intel_os.c
parent018f8c3c457d1609b18867a48a512e3639979dc9 (diff)
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 <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/intel_os.c')
-rw-r--r--lib/intel_os.c2
1 files changed, 1 insertions, 1 deletions
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)