projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41570d9
)
Add MI_SUSPEND_FLUSH instruction decode
author
Ben Widawsky
<bwidawsk@gmail.com>
Tue, 22 Feb 2011 17:25:29 +0000
(09:25 -0800)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 24 Feb 2011 00:35:36 +0000
(
00:35
+0000)
Signed-off-by: Ben Widawsky <bwidawsk@gmail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
tools/intel_decode.c
patch
|
blob
|
history
diff --git
a/tools/intel_decode.c
b/tools/intel_decode.c
index
b344e21
..
596ecfc
100644
(file)
--- 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) {