intel/tools: Update aubinator_error_decode.

"ringbuffer" is now called only "ring" in the error state.

v2: Keep compatible with old error state (Lionel).
v3: Also update "gtt_offset" -> "batch".

Closes: https://gitlab.freedesktop.org/drm/intel/issues/1206
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Rafael Antognolli 2020-02-12 15:18:15 -08:00
parent 334788d4cc
commit 6baeca3689
1 changed files with 2 additions and 0 deletions

View File

@ -439,7 +439,9 @@ read_data_file(FILE *file)
const char *name;
} buffers[] = {
{ "ringbuffer", "ring buffer" },
{ "ring", "ring buffer" },
{ "gtt_offset", "batch buffer" },
{ "batch", "batch buffer" },
{ "hw context", "HW Context" },
{ "hw status", "HW status" },
{ "wa context", "WA context" },