summaryrefslogtreecommitdiff
path: root/tests/gem_media_fill.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 15:35:16 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 15:39:29 +0100
commitaaebbc513a2f1fd94e9db5fc2841c2bd617e3472 (patch)
tree18061926b80258fc6ac5cd20e84d9620ea9ae654 /tests/gem_media_fill.c
parent7dc0001f3db58af82f7e34c83a9fdb5fe90baccd (diff)
lib: make media_fill.h an internal header
Same deal as with rendercopy.h. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/gem_media_fill.c')
-rw-r--r--tests/gem_media_fill.c20
1 files changed, 18 insertions, 2 deletions
diff --git a/tests/gem_media_fill.c b/tests/gem_media_fill.c
index 1c3fe609..df891290 100644
--- a/tests/gem_media_fill.c
+++ b/tests/gem_media_fill.c
@@ -32,8 +32,24 @@
#include <stdbool.h>
#include <unistd.h>
-
-#include "media_fill.h"
+#include <assert.h>
+#include <stdlib.h>
+#include <sys/ioctl.h>
+#include <stdio.h>
+#include <string.h>
+#include <assert.h>
+#include <fcntl.h>
+#include <inttypes.h>
+#include <errno.h>
+#include <sys/stat.h>
+#include <sys/time.h>
+#include <getopt.h>
+#include "drm.h"
+#include "i915_drm.h"
+#include "drmtest.h"
+#include "intel_bufmgr.h"
+#include "intel_batchbuffer.h"
+#include "intel_gpu_tools.h"
#define WIDTH 64
#define STRIDE (WIDTH)