From: Lionel Landwerlin Date: Tue, 27 Jun 2023 05:41:35 +0000 (+0300) Subject: intel/aubinator_error_decode: add ccs support X-Git-Tag: upstream/23.3.3~6430 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8b832449466411e87cab6b9b6e9b4a311498d4c;p=platform%2Fupstream%2Fmesa.git intel/aubinator_error_decode: add ccs support Signed-off-by: Lionel Landwerlin Reviewed-by: Sagar Ghuge Part-of: --- 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",