summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-01-10 10:20:46 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2020-01-10 10:21:54 +0000
commita2d5fc17bbfa8dd5a926cf2638ffe9ce2f0e7365 (patch)
tree002be0419818701b37a6108f6b3509ba77cf06f9 /tools
parent782755395387dbe39b49dac7fdafb5ce3b99c5d2 (diff)
tools/intel_error_decode: Add secondary name for batch
A batch is now known as the batch, not a plain old gtt_offset which could be anyone! Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Andi Shyti <andi.shyti@intel.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/intel_error_decode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/intel_error_decode.c b/tools/intel_error_decode.c
index 8924026a8..ac623ea38 100644
--- a/tools/intel_error_decode.c
+++ b/tools/intel_error_decode.c
@@ -605,6 +605,8 @@ read_data_file(FILE *file)
const char *name;
int do_decode;
} buffers[] = {
+ { "ring", "ring", 1 },
+ { "batch", "batch", 1 },
{ "ringbuffer", "ring", 1 },
{ "gtt_offset", "batch", 1 },
{ "hw context", "HW context", 1 },