[Mesa-dev] [PATCH 18/20] intel/error2aub: deal with GuC log buffer
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Tue Sep 25 08:23:57 UTC 2018
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>
---
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 2ad47010bdf..37c082d417b 100644
--- a/src/intel/tools/error2aub.c
+++ b/src/intel/tools/error2aub.c
@@ -212,6 +212,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.19.0
More information about the mesa-dev
mailing list