diff options
author | Kenneth Graunke <[email protected]> | 2018-04-21 00:05:57 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-02-21 10:26:06 -0800 |
commit | c9d9e44720d917dc244a17afe5062257eba2e245 (patch) | |
tree | 8fc4f26ec83ce1760c89a3db362ce654ec87e005 /src/gallium/drivers/iris/iris_batch.h | |
parent | 79466c13138c8c975f90a5eaf9a1049db87e20e0 (diff) |
iris: bits of blorp code
Diffstat (limited to 'src/gallium/drivers/iris/iris_batch.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_batch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/iris_batch.h b/src/gallium/drivers/iris/iris_batch.h index b58f0836156..b29ed5f1e9e 100644 --- a/src/gallium/drivers/iris/iris_batch.h +++ b/src/gallium/drivers/iris/iris_batch.h @@ -26,6 +26,7 @@ #include <stdint.h> #include <stdbool.h> +#include "i915_drm.h" #include "common/gen_decoder.h" /* The kernel assumes batchbuffers are smaller than 256kB. */ |