mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
tests/gem_exec_parse: fixups for the recent massive refactoring
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@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
6bf7307d8d
commit
05f6a35d40
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user