From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3538E112EE0 for ; Wed, 15 Jun 2022 21:20:03 +0000 (UTC) Date: Wed, 15 Jun 2022 14:20:01 -0700 Message-ID: <877d5h1v5q.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Matt Roper In-Reply-To: References: <20220615093247.414156-1-karolina.drobnik@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] lib/i915: Fix ATS-M definitions 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: On Wed, 15 Jun 2022 14:09:30 -0700, Matt Roper wrote: > > On Wed, Jun 15, 2022 at 11:32:47AM +0200, Karolina Drobnik wrote: > > Instead of using a separate "is_ats_m" flag, reuse "is_dg2" in ATS-M > > intel_device_info definition. Delete is_ats_m in intel_device_info struct > > definition and IS_ATS_M() macro, as they are no longer needed. > > > > Signed-off-by: Karolina Drobnik > > Reviewed-by: Matt Roper Thanks, merged!