decode: Add a couple of BLT MI.
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 4 Dec 2010 14:12:19 +0000 (14:12 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 4 Dec 2010 14:12:19 +0000 (14:12 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
tools/intel_decode.c

index e907a2e..2c414a1 100644 (file)
@@ -89,6 +89,8 @@ decode_mi(uint32_t *data, int count, uint32_t hw_offset, int *failures)
        { 0x24, 0x3f, 3, 3, "MI_STORE_REGISTER_MEM" },
        { 0x02, 0, 1, 1, "MI_USER_INTERRUPT" },
        { 0x03, 0, 1, 1, "MI_WAIT_FOR_EVENT" },
+       { 0x16, 0x7f, 3, 3, "MI_SEMAPHORE_MBOX" },
+       { 0x26, 0x1f, 3, 4, "MI_FLUSH_DW" },
     };
 
     switch ((data[0] & 0x1f800000) >> 23) {