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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42151C433F5 for ; Thu, 28 Oct 2021 15:51:04 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D0DA460F56 for ; Thu, 28 Oct 2021 15:51:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D0DA460F56 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=etezian.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CE50E6E048; Thu, 28 Oct 2021 15:51:02 +0000 (UTC) Received: from 6.mo561.mail-out.ovh.net (6.mo561.mail-out.ovh.net [188.165.43.173]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3CA986E048 for ; Thu, 28 Oct 2021 15:51:01 +0000 (UTC) Received: from player691.ha.ovh.net (unknown [10.110.115.143]) by mo561.mail-out.ovh.net (Postfix) with ESMTP id 8EED421F51 for ; Thu, 28 Oct 2021 15:41:34 +0000 (UTC) Received: from etezian.org (unknown [31.22.57.166]) (Authenticated sender: andi@etezian.org) by player691.ha.ovh.net (Postfix) with ESMTPSA id 4171223CBD75E; Thu, 28 Oct 2021 15:41:27 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-99G003462af2d0-e618-41f7-ba9d-dd66c1adb7c7, 19738AB094897BD963DB89D239EF437C7015E8F6) smtp.auth=andi@etezian.org X-OVh-ClientIp: 31.22.57.166 Date: Thu, 28 Oct 2021 17:41:26 +0200 From: Andi Shyti To: Matt Roper Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Daniele Ceraolo Spurio , Tvrtko Ursulin , Andi Shyti , Andi Shyti Subject: Re: [Intel-gfx] [PATCH 06/11] drm/i915: Initial support for per-tile uncore Message-ID: References: <20211008215635.2026385-1-matthew.d.roper@intel.com> <20211008215635.2026385-7-matthew.d.roper@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211008215635.2026385-7-matthew.d.roper@intel.com> X-Ovh-Tracer-Id: 14172265078894823946 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedvtddrvdegfedgtdeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepfffhvffukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpeetnhguihcuufhhhihtihcuoegrnhguihesvghtvgiiihgrnhdrohhrgheqnecuggftrfgrthhtvghrnheptdfgudduhfefueeujeefieehtdeftefggeevhefgueellefhudetgeeikeduieefnecukfhppedtrddtrddtrddtpdefuddrvddvrdehjedrudeiieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhhouggvpehsmhhtphhouhhtpdhhvghlohepphhlrgihvghrieeluddrhhgrrdhovhhhrdhnvghtpdhinhgvtheptddrtddrtddrtddpmhgrihhlfhhrohhmpegrnhguihesvghtvgiiihgrnhdrohhrghdprhgtphhtthhopegurhhiqdguvghvvghlsehlihhsthhsrdhfrhgvvgguvghskhhtohhprdhorhhg X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Daniele and Matt, > From: Daniele Ceraolo Spurio > > Initialization and suspend/resume is replicated per-tile. > > Signed-off-by: Daniele Ceraolo Spurio > Signed-off-by: Tvrtko Ursulin > Signed-off-by: Matt Roper Reviewed-by: Andi Shyti Andi