From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 37BDAC7EE29 for ; Sat, 3 Jun 2023 00:38:20 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A64E510E64A; Sat, 3 Jun 2023 00:38:19 +0000 (UTC) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9654610E64A for ; Sat, 3 Jun 2023 00:38:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685752697; x=1717288697; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=5NRO02O34ZmSX+hxEvSDup4EWUS8SHns4jDrbtI5Ab8=; b=JQ3OSU4galfdCW1YKGOVlOFGKvYXy1GtMaQRwbv8vBBhNsB9zs5Kx6tC J/Q7yCwpXc+sqCmc2P/FVnDckoRghpZiOVhhTCOh9c5DknB8HgKY2bfW7 f7kNa3RiyasKh/i+nwRfZHXc8ZUaBZb6HUlvy8E6FBWorvO+rofqX53pJ Mf2HGXGiEeWw3rsPFiCoykiaojR3eG7oBaC8UvcO7TF7VqwYBlTFZBU8H Z6UcUUn8T/pBdc1FRjTuwtrQCADVvSWl3beKnb9DEMHDNKGkWphMK/JT2 CIj4WSiN1jXOqn+tCKCjpTWppNd1Fh0O/71tJAYMvZiDZBL8U0YeB3loA w==; X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="356020413" X-IronPort-AV: E=Sophos;i="6.00,214,1681196400"; d="scan'208";a="356020413" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2023 17:38:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10729"; a="773073096" X-IronPort-AV: E=Sophos;i="6.00,214,1681196400"; d="scan'208";a="773073096" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.18.212]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jun 2023 17:38:16 -0700 Date: Fri, 02 Jun 2023 17:38:04 -0700 Message-ID: <87leh1l6s3.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Matt Roper In-Reply-To: <20230603001348.GS6953@mdroper-desk1.amr.corp.intel.com> References: <20230602231754.1596433-1-matthew.s.atwood@intel.com> <20230602231754.1596433-2-matthew.s.atwood@intel.com> <20230603001348.GS6953@mdroper-desk1.amr.corp.intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915: Reduce I915_MAX_GT to 2 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org, ashutosh.dixit@linux.intel.com, andy.shyti@linux.intel.com Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Fri, 02 Jun 2023 17:13:48 -0700, Matt Roper wrote: > > On Fri, Jun 02, 2023 at 04:17:53PM -0700, Matt Atwood wrote: > > According to Ashutosh there is no current or planned product in i915 for > > I915_MAX_GT to be 4 anymore. > > > > Cc: Matt Roper > > Cc: Ashutosh Dixit > > Cc: Andi Shyti > > Cc: Tvrtko Ursulin > > Cc: Umesh Nerlige Ramappa > > > > Signed-off-by: Matt Atwood > > MTL is the only platform where we've enabled multiple GTs at the moment > (one primary, one media). Although multi-tile platforms could > potentially have more, we haven't enabled multi-tile on i915 for xehpsdv > and pvc, and will probably refocus that work on the Xe driver now. So > reducing to 2 sounds fine. > > Reviewed-by: Matt Roper Thanks Matt R for confirming reducing to 2 is ok: Reviewed-by: Ashutosh Dixit