From a8b832449466411e87cab6b9b6e9b4a311498d4c Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 27 Jun 2023 08:41:35 +0300 Subject: [PATCH] intel/aubinator_error_decode: add ccs support Signed-off-by: Lionel Landwerlin Reviewed-by: Sagar Ghuge Part-of: --- src/intel/tools/aubinator_error_decode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/tools/aubinator_error_decode.c b/src/intel/tools/aubinator_error_decode.c index 9124c28..bc6861d 100644 --- a/src/intel/tools/aubinator_error_decode.c +++ b/src/intel/tools/aubinator_error_decode.c @@ -107,6 +107,7 @@ static int ring_name_to_class(const char *ring_name, { static const char *class_names[] = { [INTEL_ENGINE_CLASS_RENDER] = "rcs", + [INTEL_ENGINE_CLASS_COMPUTE] = "ccs", [INTEL_ENGINE_CLASS_COPY] = "bcs", [INTEL_ENGINE_CLASS_VIDEO] = "vcs", [INTEL_ENGINE_CLASS_VIDEO_ENHANCE] = "vecs", -- 2.7.4