From a036eac029da21d28d0c90a05669d7c7694eb80b Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 4 Sep 2018 17:33:45 +0100 Subject: [PATCH] intel/error2aub: deal with GuC log buffer When Guc is enabled, the error state will contain a "global" buffer for the GuC log buffer. Signed-off-by: Lionel Landwerlin Reviewed-by: Rafael Antognolli --- src/intel/tools/error2aub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/tools/error2aub.c b/src/intel/tools/error2aub.c index dd6717def58..33d24164b76 100644 --- a/src/intel/tools/error2aub.c +++ b/src/intel/tools/error2aub.c @@ -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; -- 2.30.2