Mesa (master): intel/error2aub: deal with GuC log buffer

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 8 11:03:26 UTC 2019


Module: Mesa
Branch: master
Commit: a036eac029da21d28d0c90a05669d7c7694eb80b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a036eac029da21d28d0c90a05669d7c7694eb80b

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Tue Sep  4 17:33:45 2018 +0100

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 <lionel.g.landwerlin at intel.com>
Reviewed-by: Rafael Antognolli <rafael.antognolli at intel.com>

---

 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;
 




More information about the mesa-commit mailing list