From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
To: igt-dev@lists.freedesktop.org, Intel-gfx@lists.freedesktop.org
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Subject: [igt-dev] [PATCH i-g-t] intel_gpu_top: Add compute class names
Date: Fri, 10 Feb 2023 15:22:07 +0000 [thread overview]
Message-ID: <20230210152207.585007-1-tvrtko.ursulin@linux.intel.com> (raw)
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
No one remembered to add names for the new compute engines.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
---
tools/intel_gpu_top.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tools/intel_gpu_top.c b/tools/intel_gpu_top.c
index c043c8960dd0..e13e35b71f4b 100644
--- a/tools/intel_gpu_top.c
+++ b/tools/intel_gpu_top.c
@@ -281,6 +281,8 @@ static const char *class_display_name(unsigned int class)
return "Video";
case I915_ENGINE_CLASS_VIDEO_ENHANCE:
return "VideoEnhance";
+ case I915_ENGINE_CLASS_COMPUTE:
+ return "Compute";
default:
return "[unknown]";
}
@@ -297,6 +299,8 @@ static const char *class_short_name(unsigned int class)
return "VCS";
case I915_ENGINE_CLASS_VIDEO_ENHANCE:
return "VECS";
+ case I915_ENGINE_CLASS_COMPUTE:
+ return "CCS";
default:
return "UNKN";
}
--
2.34.1
next reply other threads:[~2023-02-10 15:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-10 15:22 Tvrtko Ursulin [this message]
2023-02-10 16:18 ` [igt-dev] [Intel-gfx] [PATCH i-g-t] intel_gpu_top: Add compute class names Kamil Konieczny
2023-02-10 18:13 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-02-11 11:55 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230210152207.585007-1-tvrtko.ursulin@linux.intel.com \
--to=tvrtko.ursulin@linux.intel.com \
--cc=Intel-gfx@lists.freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=tvrtko.ursulin@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox