diff options
author | Rafael Antognolli <[email protected]> | 2020-02-12 15:18:15 -0800 |
---|---|---|
committer | Rafael Antognolli <[email protected]> | 2020-02-13 16:53:18 -0800 |
commit | 6baeca36899109cd9d8e06d1b5f4b9db8becd5fa (patch) | |
tree | dab1f37a3359e2b3cbf35f6618101fdbac39f6d2 /src/intel/tools/aubinator_error_decode.c | |
parent | 334788d4cc9bb8a0a6b3166e609638687efa0f3f (diff) |
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 <[email protected]>
Diffstat (limited to 'src/intel/tools/aubinator_error_decode.c')
-rw-r--r-- | src/intel/tools/aubinator_error_decode.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" }, |