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 70065CD5BA0 for ; Tue, 19 Sep 2023 12:12:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8D10D10E3AA; Tue, 19 Sep 2023 12:12:31 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4A4CE10E3AA; Tue, 19 Sep 2023 12:12:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1695125549; x=1726661549; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=Y9qE1CKFWEcSC1M4C9MoDMAu2wFdsnpOviSStjBeZds=; b=aY/Kn5m1iiRJ4AVwUfVIi/GOCPYEmgxBTVRDYy2+wltm1Z2/48cZrBxh 16WIi6ibZQAu+/tO/FnLQpf8e5lXV4lePAEZHa6uy2U6wX65/x00t6D4D WeQIMI1GJC27RN3M1f8zrb9JqMoU/mDaKnac0De9E5r+lpAajRo9cxV0i pmsZXEHzleYhpXinhIVrI2DK/T2PBU3sY8FVuhbwKC1dNy/JPeWuaTLgz Nw4OSemTQ+moJeFyVrYZMaM+6JvhnAjYDHBVtHQfd97dTmVycJwyBO2S4 CXKztVy2tAlJInRrCs8+fNGp3Uvji73n14H6Orczg5+KopTSSeM7nLM9j w==; X-IronPort-AV: E=McAfee;i="6600,9927,10837"; a="360180614" X-IronPort-AV: E=Sophos;i="6.02,159,1688454000"; d="scan'208";a="360180614" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Sep 2023 05:12:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10837"; a="816416756" X-IronPort-AV: E=Sophos;i="6.02,159,1688454000"; d="scan'208";a="816416756" Received: from chiawqin-mobl1.gar.corp.intel.com (HELO intel.com) ([10.215.240.17]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Sep 2023 05:12:20 -0700 Date: Tue, 19 Sep 2023 14:11:36 +0200 From: Andi Shyti To: Nirmoy Das Subject: Re: [PATCH] drm/i915: Fix aux invalidation with proper pipe_control flag Message-ID: References: <20230919114716.19378-1-nirmoy.das@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230919114716.19378-1-nirmoy.das@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: , Cc: Andrzej Hajda , Tvrtko Ursulin , Lucas De Marchi , intel-gfx@lists.freedesktop.org, Tejas Upadhyay , Jonathan Cavitt , stable@vger.kernel.org, dri-devel@lists.freedesktop.org, Andi Shyti , Matt Roper , Prathap Kumar Valsan Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Nirmoy, On Tue, Sep 19, 2023 at 01:47:16PM +0200, Nirmoy Das wrote: > The suggestion from the spec is to do l3 fabric flush not L3 flush. > > Fixes: 78a6ccd65fa3 ("drm/i915/gt: Ensure memory quiesced before > invalidation") please put this in one line. > Cc: Jonathan Cavitt > Cc: Andi Shyti > Cc: # v5.8+ > Cc: Nirmoy Das > Cc: Andrzej Hajda > Cc: Tvrtko Ursulin > Cc: Matt Roper > Cc: Lucas De Marchi > Cc: Tejas Upadhyay > Cc: Prathap Kumar Valsan > Signed-off-by: Nirmoy Das Reviewed-by: Andi Shyti and I believe Tested-by: Tapani Pälli Thanks, Andi