diff options
author | Oscar Mateo <oscar.mateo@intel.com> | 2013-11-12 11:50:38 +0000 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-11-12 12:04:12 +0100 |
commit | 37f26d17b1add333bacefe12fe7c7c1514b18e82 (patch) | |
tree | 25b47f1c9b2f44bccfe213ed05e2b96b9ef7028d /tests/testdisplay.c | |
parent | 4c7d5a52a7f4d79061e6cbb4627df3c194958fff (diff) |
lib: Move kms stuff from drmtest.c over to igt_kms.c
This makes cairo dependencies easier to handle. Otherwise, we
would have to litter drmtest all over with "#ifndef ANDROID"
Signed-off-by: Oscar Mateo <oscar.mateo@intel.com>
[danvet: Add missing _GNU_SOURCE to igt_kms.c and missing include to
intel_sprite_on.c]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/testdisplay.c')
-rw-r--r-- | tests/testdisplay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdisplay.c b/tests/testdisplay.c index fd172f3e..dd9e56dd 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -65,6 +65,7 @@ #include "i915_drm.h" #include "drmtest.h" #include "testdisplay.h" +#include "igt_kms.h" #include <stdlib.h> #include <signal.h> |