summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo/ilo_cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_cp.c')
-rw-r--r--src/gallium/drivers/ilo/ilo_cp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_cp.c b/src/gallium/drivers/ilo/ilo_cp.c
index af6c442e5d6..ec99e0fb02e 100644
--- a/src/gallium/drivers/ilo/ilo_cp.c
+++ b/src/gallium/drivers/ilo/ilo_cp.c
@@ -25,11 +25,14 @@
* Chia-I Wu <olv@lunarg.com>
*/
-#include "genhw/genhw.h" /* for MI_xxx */
+#include "genhw/genhw.h"
#include "intel_winsys.h"
#include "ilo_cp.h"
+#define MI_NOOP GEN_MI_CMD(MI_NOOP)
+#define MI_BATCH_BUFFER_END GEN_MI_CMD(MI_BATCH_BUFFER_END)
+
/* the size of the private space */
static const int ilo_cp_private = 2;