intel/aubinator_error_decode: add ccs support

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>
This commit is contained in:
Lionel Landwerlin
2023-06-27 08:41:35 +03:00
committed by Marge Bot
parent 16c12a9c3b
commit a8b8324494

View 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",