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 1CEFEC433F5 for ; Wed, 27 Oct 2021 06:27:07 +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 DE4DC6008E for ; Wed, 27 Oct 2021 06:27:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org DE4DC6008E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com 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 91FAD6E52D; Wed, 27 Oct 2021 06:27:05 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 48CF96E52A; Wed, 27 Oct 2021 06:27:03 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10149"; a="253631271" X-IronPort-AV: E=Sophos;i="5.87,186,1631602800"; d="scan'208";a="253631271" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2021 23:27:02 -0700 X-IronPort-AV: E=Sophos;i="5.87,186,1631602800"; d="scan'208";a="494679637" Received: from dzhang-mobl2.amr.corp.intel.com (HELO ldmartin-desk2) ([10.251.142.134]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2021 23:27:01 -0700 Date: Tue, 26 Oct 2021 23:26:56 -0700 From: Lucas De Marchi To: Matt Roper Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Daniele Ceraolo Spurio Subject: Re: [Intel-gfx] [PATCH 02/11] drm/i915: split general MMIO setup from per-GT uncore init Message-ID: <20211027062656.wgedoyyhqmxjiiyo@ldmartin-desk2> X-Patchwork-Hint: comment References: <20211008215635.2026385-1-matthew.d.roper@intel.com> <20211008215635.2026385-3-matthew.d.roper@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20211008215635.2026385-3-matthew.d.roper@intel.com> 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" On Fri, Oct 08, 2021 at 02:56:26PM -0700, Matt Roper wrote: >From: Daniele Ceraolo Spurio > >In coming patches we'll be doing the actual tile initialization between >these two uncore init phases. > >Signed-off-by: Daniele Ceraolo Spurio >Signed-off-by: Matt Roper Reviewed-by: Lucas De Marchi Lucas De Marchi