Module: Mesa Branch: master Commit: a036eac029da21d28d0c90a05669d7c7694eb80b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a036eac029da21d28d0c90a05669d7c7694eb80b
Author: Lionel Landwerlin <[email protected]> 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 <[email protected]> Reviewed-by: Rafael Antognolli <[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 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; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
