From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5D3F310E457 for ; Wed, 21 Dec 2022 15:32:46 +0000 (UTC) Date: Wed, 21 Dec 2022 17:33:29 +0200 From: Petri Latvala To: Jonathan Cavitt Message-ID: References: <20221221152024.3789630-1-jonathan.cavitt@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221221152024.3789630-1-jonathan.cavitt@intel.com> Subject: Re: [igt-dev] [PATCH] drm/i915: Enable XE_HP 4Tile support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, Bommu Krishnaiah , Telukuntla Sreedhar Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Wed, Dec 21, 2022 at 07:20:25AM -0800, Jonathan Cavitt wrote: > Add .has_4tile tag to XE_HP_FEATURES set. > Remove duplicate entry from DG2_FEATURES. > > Signed-off-by: Jonathan Cavitt > Cc: Bommu Krishnaiah > Cc: Roper Matthew D > Cc: Kempczynski Zbigniew > Cc: Telukuntla Sreedhar > Acked-by: Matt Roper > --- > drivers/gpu/drm/i915/i915_pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Did you mean to send this to intel-gfx instead? -- Petri Latvala > > diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c > index 668e9da52584..7fd74cc28c0a 100644 > --- a/drivers/gpu/drm/i915/i915_pci.c > +++ b/drivers/gpu/drm/i915/i915_pci.c > @@ -1017,6 +1017,7 @@ static const struct intel_device_info adl_p_info = { > .has_3d_pipeline = 1, \ > .has_64bit_reloc = 1, \ > .has_flat_ccs = 1, \ > + .has_4tile = 1, \ > .has_global_mocs = 1, \ > .has_gt_uc = 1, \ > .has_llc = 1, \ > @@ -1061,7 +1062,6 @@ static const struct intel_device_info xehpsdv_info = { > .__runtime.graphics.ip.rel = 55, \ > .__runtime.media.ip.rel = 55, \ > PLATFORM(INTEL_DG2), \ > - .has_4tile = 1, \ > .has_64k_pages = 1, \ > .has_guc_deprivilege = 1, \ > .has_heci_pxp = 1, \ > -- > 2.25.1 >