lib: fold igt_display into igt_kms

For 1 function and 2 types we kinda don't need separate files.
Especially now that igt_kms is much more focused on the actual modeset
stuff with all the framebuffer helpers extracted to igt_fb.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-03-26 10:19:42 +01:00
parent 9aea7ae541
commit 64401f57e9
7 changed files with 47 additions and 107 deletions
-2
View File
@@ -8,8 +8,6 @@ libintel_tools_la_SOURCES = \
i915_pciids.h \
igt_debugfs.c \
igt_debugfs.h \
igt_display.c \
igt_display.h \
igt_aux.c \
igt_aux.h \
instdone.c \