summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBen Widawsky <bwidawsk@gmail.com>2011-02-22 09:25:29 -0800
committerChris Wilson <chris@chris-wilson.co.uk>2011-02-24 00:35:36 +0000
commit14bed666f4f88ac2597ab5322a21e1846db21339 (patch)
tree4bf04cb01568999938e656fbcf0e2c51dbb80505 /tools
parent41570d9bf583d35687bab88ac88620af41404836 (diff)
Add MI_SUSPEND_FLUSH instruction decode
Signed-off-by: Ben Widawsky <bwidawsk@gmail.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tools')
-rw-r--r--tools/intel_decode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/intel_decode.c b/tools/intel_decode.c
index b344e213..596ecfc4 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) {