[Intel-gfx] [PATCH] [intel-gpu-tools] Add MI_SUSPEND_FLUSH instruction decode

Ben Widawsky bwidawsk at gmail.com
Tue Feb 22 18:25:29 CET 2011


Signed-off-by: Ben Widawsky <bwidawsk at gmail.com>
---
 tools/intel_decode.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/intel_decode.c b/tools/intel_decode.c
index b344e21..596ecfc 100644
--- a/tools/intel_decode.c
+++ b/tools/intel_decode.c
@@ -91,6 +91,7 @@ decode_mi(uint32_t *data, int count, uint32_t hw_offset, int *failures)
 	{ 0x03, 0, 1, 1, "MI_WAIT_FOR_EVENT" },
 	{ 0x16, 0x7f, 3, 3, "MI_SEMAPHORE_MBOX" },
 	{ 0x26, 0x1f, 3, 4, "MI_FLUSH_DW" },
+	{ 0x0b, 0, 1, 1, "MI_SUSPEND_FLUSH" },
     };
 
     switch ((data[0] & 0x1f800000) >> 23) {
-- 
1.7.3.4




More information about the Intel-gfx mailing list