mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
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:
parent
16c12a9c3b
commit
a8b8324494
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue