|
@@ -170,6 +170,7 @@
|
|
#define MI_NO_WRITE_FLUSH (1 << 2)
|
|
#define MI_NO_WRITE_FLUSH (1 << 2)
|
|
#define MI_SCENE_COUNT (1 << 3) /* just increment scene count */
|
|
#define MI_SCENE_COUNT (1 << 3) /* just increment scene count */
|
|
#define MI_END_SCENE (1 << 4) /* flush binner and incr scene count */
|
|
#define MI_END_SCENE (1 << 4) /* flush binner and incr scene count */
|
|
|
|
+#define MI_INVALIDATE_ISP (1 << 5) /* invalidate indirect state pointers */
|
|
#define MI_BATCH_BUFFER_END MI_INSTR(0x0a, 0)
|
|
#define MI_BATCH_BUFFER_END MI_INSTR(0x0a, 0)
|
|
#define MI_REPORT_HEAD MI_INSTR(0x07, 0)
|
|
#define MI_REPORT_HEAD MI_INSTR(0x07, 0)
|
|
#define MI_OVERLAY_FLIP MI_INSTR(0x11,0)
|
|
#define MI_OVERLAY_FLIP MI_INSTR(0x11,0)
|