intel/error2aub: deal with GuC log buffer
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 4 Sep 2018 16:33:45 +0000 (17:33 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 8 Mar 2019 11:01:14 +0000 (11:01 +0000)
When Guc is enabled, the error state will contain a "global" buffer
for the GuC log buffer.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
src/intel/tools/error2aub.c

index dd6717def587891a56525173fc5ef828ecc96402..33d24164b76f87bd8beabf2fff3624faca028977 100644 (file)
@@ -213,6 +213,7 @@ engine_from_name(const char *engine_name,
       { "vcs", I915_ENGINE_CLASS_VIDEO },
       { "vecs", I915_ENGINE_CLASS_VIDEO_ENHANCE },
       { "bcs", I915_ENGINE_CLASS_COPY },
+      { "global", I915_ENGINE_CLASS_INVALID },
       { NULL, I915_ENGINE_CLASS_INVALID },
    }, *r;