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 012E9C7EE25 for ; Wed, 7 Jun 2023 13:11:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8B57D10E04D; Wed, 7 Jun 2023 13:11:12 +0000 (UTC) Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by gabe.freedesktop.org (Postfix) with ESMTPS id C97BF10E04D for ; Wed, 7 Jun 2023 13:11:09 +0000 (UTC) Received: by verein.lst.de (Postfix, from userid 2407) id 01FC26732D; Wed, 7 Jun 2023 15:11:05 +0200 (CEST) Date: Wed, 7 Jun 2023 15:11:04 +0200 From: Christoph Hellwig To: Lyude Paul Message-ID: <20230607131104.GA19206@lst.de> References: <20230518134253.909623-1-hch@lst.de> <20230518134253.909623-4-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Subject: Re: [Nouveau] [PATCH 3/4] drm/nouveau: stop using is_swiotlb_active X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Juergen Gross , Stefano Stabellini , nouveau@lists.freedesktop.org, Dave Hansen , x86@kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux.dev, Ingo Molnar , Borislav Petkov , Ben Skeggs , "H. Peter Anvin" , xen-devel@lists.xenproject.org, Thomas Gleixner , Christoph Hellwig Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Thu, May 18, 2023 at 04:30:49PM -0400, Lyude Paul wrote: > Reviewed-by: Lyude Paul > > Thanks for getting to this! I've tentantively queued this up in the dma-mapping for-next tree. Let me know if you'd prefer it to go through the nouveau tree.