Module: Mesa Branch: main Commit: a8b832449466411e87cab6b9b6e9b4a311498d4c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8b832449466411e87cab6b9b6e9b4a311498d4c
Author: Lionel Landwerlin <[email protected]> Date: Tue Jun 27 08:41:35 2023 +0300 intel/aubinator_error_decode: add ccs support Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Sagar Ghuge <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23867> --- 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 9124c28397f..bc6861d0bb8 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",
