From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0871C10E0C8 for ; Wed, 22 Mar 2023 17:30:04 +0000 (UTC) Date: Wed, 22 Mar 2023 10:10:09 -0700 Message-ID: <87v8isu2z2.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Umesh Nerlige Ramappa In-Reply-To: <87wn38u4zq.wl-ashutosh.dixit@intel.com> References: <20230322000523.3310187-1-umesh.nerlige.ramappa@intel.com> <20230322000523.3310187-29-umesh.nerlige.ramappa@intel.com> <87wn38u4zq.wl-ashutosh.dixit@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 28/31] lib/i915/perf: Add support for MPEC format 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 Wed, 22 Mar 2023 09:26:33 -0700, Dixit, Ashutosh wrote: > > On Tue, 21 Mar 2023 17:05:20 -0700, Umesh Nerlige Ramappa wrote: > > > > Add support in perf library for MPEC formats. > > We have only added I915_OAM_FORMAT_MPEC8u32_B8_C8. Don't we also need to > add I915_OAM_FORMAT_MPEC8u64_B8_C8 here? Or maybe just say here "Add support in perf library for I915_OAM_FORMAT_MPEC8u32_B8_C8" so it's clear what we are doing. > > Otherwise, this is: > > Reviewed-by: Ashutosh Dixit