From: Lionel Landwerlin Date: Tue, 4 Sep 2018 16:33:45 +0000 (+0100) Subject: intel/error2aub: deal with GuC log buffer X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a036eac029da21d28d0c90a05669d7c7694eb80b;p=mesa.git 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 --- 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;