[Intel-gfx] [PATCH] tests/gem_exec_parse: fixups for the recent massive refactoring
Daniel Vetter
daniel.vetter at ffwll.ch
Tue Mar 25 14:26:10 CET 2014
I think we might have some use for a do_ioctl_expected_errno or some
such thing. But that's for later.
Cc: Brad Volkin <bradley.d.volkin at intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
tests/gem_exec_parse.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/tests/gem_exec_parse.c b/tests/gem_exec_parse.c
index 455bfbf4b22e..34d097d7199d 100644
--- a/tests/gem_exec_parse.c
+++ b/tests/gem_exec_parse.c
@@ -25,9 +25,12 @@
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
-#include "drm.h"
-#include "i915_drm.h"
+#include <errno.h>
+
+#include <drm.h>
+
#include "drmtest.h"
+#include "ioctl_wrappers.h"
#ifndef I915_PARAM_CMD_PARSER_VERSION
#define I915_PARAM_CMD_PARSER_VERSION 28
--
1.8.5.2
More information about the Intel-gfx
mailing list