mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-27 09:46:28 +00:00
Add MI_SUSPEND_FLUSH instruction decode
Signed-off-by: Ben Widawsky <bwidawsk@gmail.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
41570d9bf5
commit
14bed666f4
@ -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" },
|
{ 0x03, 0, 1, 1, "MI_WAIT_FOR_EVENT" },
|
||||||
{ 0x16, 0x7f, 3, 3, "MI_SEMAPHORE_MBOX" },
|
{ 0x16, 0x7f, 3, 3, "MI_SEMAPHORE_MBOX" },
|
||||||
{ 0x26, 0x1f, 3, 4, "MI_FLUSH_DW" },
|
{ 0x26, 0x1f, 3, 4, "MI_FLUSH_DW" },
|
||||||
|
{ 0x0b, 0, 1, 1, "MI_SUSPEND_FLUSH" },
|
||||||
};
|
};
|
||||||
|
|
||||||
switch ((data[0] & 0x1f800000) >> 23) {
|
switch ((data[0] & 0x1f800000) >> 23) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user