When Guc is enabled, the error state will contain a "global" buffer
for the GuC log buffer.

Signed-off-by: Lionel Landwerlin <[email protected]>
---
 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

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to