diff options
Diffstat (limited to 'tools/intel_error_decode.c')
-rw-r--r-- | tools/intel_error_decode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/intel_error_decode.c b/tools/intel_error_decode.c index 8924026a..ac623ea3 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 }, |