From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id C492C10E3B7 for ; Wed, 22 Mar 2023 15:37:07 +0000 (UTC) Date: Wed, 22 Mar 2023 08:19:42 -0700 Message-ID: <871qlgvmnl.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Umesh Nerlige Ramappa In-Reply-To: <20230322000523.3310187-15-umesh.nerlige.ramappa@intel.com> References: <20230322000523.3310187-1-umesh.nerlige.ramappa@intel.com> <20230322000523.3310187-15-umesh.nerlige.ramappa@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [igt-dev] [PATCH i-g-t v4 14/31] i915/perf: Test concurrent access to OA in different groups List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, Lionel G Landwerlin Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Tue, 21 Mar 2023 17:05:06 -0700, Umesh Nerlige Ramappa wrote: > > With multiple OA buffers, verify that the perf interface allows > concurrent access to the OA buffers in different groups. > > v2: (Ashutosh) > - Rename concurrency functions to use group instead of gt > - Fix comment > > v3: (CI issues) > - Run group-exclusive-stream tests for >= gen12 > - Fix exponent for group-exclusive-stream tests Reviewed-by: Ashutosh Dixit