summaryrefslogtreecommitdiff
path: root/tools/intel_error_decode.c
diff options
context:
space:
mode:
authorJohn Harrison <John.C.Harrison@Intel.com>2023-04-25 13:19:26 -0700
committerAshutosh Dixit <ashutosh.dixit@intel.com>2023-05-09 11:04:56 -0700
commit8c017d37b521276c113ad590521636eba8d7009c (patch)
tree01c9968c75d1126ecec05cd124aaa76a335126e2 /tools/intel_error_decode.c
parent0f5f2bdc07e34477cc441da21aa431e2ca36454c (diff)
tools/intel_error_decode: Correctly name the GuC CT buffer
The buffer decoding code doesn't cope well with unknown buffers. So add an entry for the GuC CTB so that it gets decoded correctly. Signed-off-by: John Harrison <John.C.Harrison@Intel.com> Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Diffstat (limited to 'tools/intel_error_decode.c')
-rw-r--r--tools/intel_error_decode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/intel_error_decode.c b/tools/intel_error_decode.c
index 99680bedc..451608826 100644
--- a/tools/intel_error_decode.c
+++ b/tools/intel_error_decode.c
@@ -617,6 +617,7 @@ read_data_file(FILE *file)
{ "user", "user", 0 },
{ "semaphores", "semaphores", 0 },
{ "guc log buffer", "GuC log", 0 },
+ { "guc ct buffer", "GuC CTB", 0 },
{ },
}, *b;
char *new_ring_name;