From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0832C10E3E2 for ; Tue, 29 Nov 2022 21:08:39 +0000 (UTC) Date: Tue, 29 Nov 2022 13:08:33 -0800 From: Umesh Nerlige Ramappa To: Ashutosh Dixit Message-ID: References: <20221129165953.1064213-1-ashutosh.dixit@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Disposition: inline In-Reply-To: <20221129165953.1064213-1-ashutosh.dixit@intel.com> MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t] lib/i915/perf: Include ATSM in ACM metrics List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: lgtm, Reviewed-by: Umesh Nerlige Ramappa Thanks, Umesh On Tue, Nov 29, 2022 at 08:59:53AM -0800, Ashutosh Dixit wrote: >ATSM shares DG2 metrics. > >Signed-off-by: Ashutosh Dixit >--- > 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 >