summaryrefslogtreecommitdiff
path: root/tools/intel_error_decode.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-04-08 14:47:00 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-04-08 14:47:25 +0100
commit1dc65594110c0bcc5e6776b7c2b958252f36bb65 (patch)
tree27af47bb206fb0f555771e2a727023fb2605138b /tools/intel_error_decode.c
parentb259c90f1bd66ca9cad0e64ebe61e751180dee3d (diff)
tools/intel_error_decode: Dump the GuC log if available
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
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 28a8ddb7..e05b6b01 100644
--- a/tools/intel_error_decode.c
+++ b/tools/intel_error_decode.c
@@ -602,6 +602,7 @@ read_data_file(FILE *file)
{ "wa batchbuffer", "WA batch", 1 },
{ "user", "user", 0 },
{ "semaphores", "semaphores", 0 },
+ { "guc log buffer", "GuC log", 0 },
{ },
}, *b;
char *new_ring_name;