浏览代码

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@intel.com>
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
tags/19.1-branchpoint
Lionel Landwerlin 7 年前
父节点
当前提交
a036eac029
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/intel/tools/error2aub.c

+ 1
- 0
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;


正在加载...
取消
保存