From: Ashutosh Dixit <ashutosh.dixit@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] lib/i915/perf: Include ATSM in ACM metrics
Date: Tue, 29 Nov 2022 08:59:53 -0800 [thread overview]
Message-ID: <20221129165953.1064213-1-ashutosh.dixit@intel.com> (raw)
ATSM shares DG2 metrics.
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
lib/i915/perf.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/i915/perf.c b/lib/i915/perf.c
index 4a946906a84..c7e87457bd0 100644
--- a/lib/i915/perf.c
+++ b/lib/i915/perf.c
@@ -159,6 +159,7 @@ is_acm_gt1(const struct intel_perf_devinfo *devinfo)
#define INTEL_VGA_DEVICE(_id, _info) _id
static const uint32_t devids[] = {
INTEL_DG2_G11_IDS(NULL),
+ INTEL_ATS_M75_IDS(NULL),
};
#undef INTEL_VGA_DEVICE
for (uint32_t i = 0; i < ARRAY_SIZE(devids); i++) {
@@ -193,6 +194,7 @@ is_acm_gt3(const struct intel_perf_devinfo *devinfo)
#define INTEL_VGA_DEVICE(_id, _info) _id
static const uint32_t devids[] = {
INTEL_DG2_G10_IDS(NULL),
+ INTEL_ATS_M150_IDS(NULL),
};
#undef INTEL_VGA_DEVICE
for (uint32_t i = 0; i < ARRAY_SIZE(devids); i++) {
--
2.38.0
next reply other threads:[~2022-11-29 17:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-29 16:59 Ashutosh Dixit [this message]
2022-11-29 19:35 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/i915/perf: Include ATSM in ACM metrics Patchwork
2022-11-29 21:08 ` [igt-dev] [PATCH i-g-t] " Umesh Nerlige Ramappa
2022-11-30 2:55 ` [igt-dev] ✓ Fi.CI.IGT: success for " 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=20221129165953.1064213-1-ashutosh.dixit@intel.com \
--to=ashutosh.dixit@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.