mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
decode: Add a couple of BLT MI.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
1e4cf7dbbe
commit
94de0b46b5
@ -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" },
|
{ 0x24, 0x3f, 3, 3, "MI_STORE_REGISTER_MEM" },
|
||||||
{ 0x02, 0, 1, 1, "MI_USER_INTERRUPT" },
|
{ 0x02, 0, 1, 1, "MI_USER_INTERRUPT" },
|
||||||
{ 0x03, 0, 1, 1, "MI_WAIT_FOR_EVENT" },
|
{ 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) {
|
switch ((data[0] & 0x1f800000) >> 23) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user