intel/aubinator_error_decode: add ccs support
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Tue, 27 Jun 2023 05:41:35 +0000 (08:41 +0300)
committerMarge Bot <emma+marge@anholt.net>
Tue, 27 Jun 2023 19:59:06 +0000 (19:59 +0000)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23867>

src/intel/tools/aubinator_error_decode.c

index 9124c28..bc6861d 100644 (file)
@@ -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",