summaryrefslogtreecommitdiff
path: root/src/intel_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel_driver.h')
-rw-r--r--src/intel_driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel_driver.h b/src/intel_driver.h
index f88dee09..c46a9cf5 100644
--- a/src/intel_driver.h
+++ b/src/intel_driver.h
@@ -52,6 +52,8 @@
#define MI_CONDITIONAL_BATCH_BUFFER_END (CMD_MI | (0x36 << 23))
#define MI_COMPARE_MASK_MODE_ENANBLED (1 << 19)
+#define MI_COPY_MEM_MEM (CMD_MI | (0x2E << 23))
+
#define XY_COLOR_BLT_CMD (CMD_2D | (0x50 << 22) | 0x04)
#define XY_COLOR_BLT_WRITE_ALPHA (1 << 21)
#define XY_COLOR_BLT_WRITE_RGB (1 << 20)