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 D65D8C00140 for ; Mon, 8 Aug 2022 16:59:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1B28310E155; Mon, 8 Aug 2022 16:59:02 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5DF7410E155; Mon, 8 Aug 2022 16:58:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1659977938; x=1691513938; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=CyZ9KFHsK3W8qpzogvHPOd+GVdfB3OgqatLSpmKZvks=; b=gver6fXtOJrP1CliWmoplgP1yrmKkplLEHQAMfSLu9DDrBZk1THPGDQV alO5SQYjSWy6QUwbXi7zkm0tBb90JAWs0lrUB6HctogTWaWmtXCTbAgkh aYSZPuTyGA/DXuUOqndRyRP7SS2NiJt10l/M4euHdBICg/bv4jB9WBr3l UvkdC5tGnPJ3QTS3U/pp6AhgDJJXd+4AlQ69m/0qt5FDph6/9C4c4u3Wc po+Zd4Rc1iZgfAjJilR5MFQbZtNNjVEaL7W1EQQNYZcOj3isKEfienZQf +QPG6iQiw+ZXgmxnuyBq+g+0pb5uE7Bk755Z1b6nNpLGHMMQc386/aTbL A==; X-IronPort-AV: E=McAfee;i="6400,9594,10433"; a="273692049" X-IronPort-AV: E=Sophos;i="5.93,222,1654585200"; d="scan'208";a="273692049" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2022 09:58:57 -0700 X-IronPort-AV: E=Sophos;i="5.93,222,1654585200"; d="scan'208";a="664040274" Received: from mkabdel-mobl.ger.corp.intel.com (HELO intel.com) ([10.249.40.190]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Aug 2022 09:58:53 -0700 Date: Mon, 8 Aug 2022 18:58:50 +0200 From: Andi Shyti To: Mauro Carvalho Chehab Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Intel-gfx] [PATCH v3 3/3] drm/i915/gt: document TLB cache invalidation functions 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: Maxime Ripard , Jonathan Corbet , David Airlie , Thomas Zimmermann , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Chris Wilson , linux-doc@vger.kernel.org, Daniel Vetter , Rodrigo Vivi , intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Mauro, On Thu, Aug 04, 2022 at 09:37:24AM +0200, Mauro Carvalho Chehab wrote: > Add a description for the TLB cache invalidation algorithm and for > the related kAPI functions. > > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Andi Shyti Andi