mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
intel/tools/error: Only decode a few sections of error states.
These three are the only we can reasonably decode with genxml. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
00981e7c47
commit
4bb119f00b
1 changed files with 3 additions and 1 deletions
|
|
@ -527,7 +527,9 @@ read_data_file(FILE *file)
|
|||
stdout);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
} else if (strcmp(buffer_name, "batch buffer") == 0 ||
|
||||
strcmp(buffer_name, "ring buffer") == 0 ||
|
||||
strcmp(buffer_name, "HW Context") == 0) {
|
||||
decode(spec, gtt_offset, data, count);
|
||||
}
|
||||
free(data);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue