public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib/i915/perf: Include ATSM in ACM metrics
@ 2022-11-29 16:59 Ashutosh Dixit
  2022-11-29 19:35 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ashutosh Dixit @ 2022-11-29 16:59 UTC (permalink / raw)
  To: igt-dev

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-30  2:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-29 16:59 [igt-dev] [PATCH i-g-t] lib/i915/perf: Include ATSM in ACM metrics Ashutosh Dixit
2022-11-29 19:35 ` [igt-dev] ✓ Fi.CI.BAT: success for " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox