summaryrefslogtreecommitdiff
path: root/benchmarks/intel_upload_blit_large.c
diff options
context:
space:
mode:
authorDerek Morton <derek.j.morton@intel.com>2015-10-01 16:09:02 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-10-02 09:42:30 +0200
commit1b492e311ce13fe4bc42f1edd5479441662d4855 (patch)
tree69d9d3340bbd68602a9e43404ab3d1f06274b72e /benchmarks/intel_upload_blit_large.c
parent983dfe5b68e2e18006cee78811ff387735386fa1 (diff)
benchmarks: Fix build errors on Android M-Dessert
Android M-Dessert treats implicit declaration of function warnings as errors resulting in igt failing to build. This patch fixes the errors by including missing header files as required. Mostly this involved including igt.h in the benchmarks. Signed-off-by: Derek Morton <derek.j.morton@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'benchmarks/intel_upload_blit_large.c')
-rw-r--r--benchmarks/intel_upload_blit_large.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/benchmarks/intel_upload_blit_large.c b/benchmarks/intel_upload_blit_large.c
index 1984bfde..12bbae3d 100644
--- a/benchmarks/intel_upload_blit_large.c
+++ b/benchmarks/intel_upload_blit_large.c
@@ -44,6 +44,7 @@
* The current workload doing this path is pixmap upload for non-KMS.
*/
+#include "igt.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -57,12 +58,6 @@
#include <drm.h>
#include <i915_drm.h>
-#include "drmtest.h"
-#include "intel_bufmgr.h"
-#include "intel_batchbuffer.h"
-#include "intel_io.h"
-#include "intel_chipset.h"
-
#define OBJECT_WIDTH 1280
#define OBJECT_HEIGHT 720