From: Rafael Antognolli Date: Wed, 12 Feb 2020 23:18:15 +0000 (-0800) Subject: intel/tools: Update aubinator_error_decode. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6baeca36899109cd9d8e06d1b5f4b9db8becd5fa;p=mesa.git 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 --- diff --git a/src/intel/tools/aubinator_error_decode.c b/src/intel/tools/aubinator_error_decode.c index 35e049cfad9..aa1b1d53d7e 100644 --- a/src/intel/tools/aubinator_error_decode.c +++ b/src/intel/tools/aubinator_error_decode.c @@ -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" },