Received: by 2002:ac0:8c9a:0:0:0:0:0 with SMTP id r26csp4745525ima; Tue, 5 Feb 2019 00:13:19 -0800 (PST) X-Google-Smtp-Source: AHgI3IanQ9rvw9yoPazUEe8CoqW4gjVmR3CSu8kChC10KkRKBA3hSxW2yUTghol3mJzKUeSLVlxE X-Received: by 2002:a62:de06:: with SMTP id h6mr3808349pfg.158.1549354399290; Tue, 05 Feb 2019 00:13:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549354399; cv=none; d=google.com; s=arc-20160816; b=WvBfzjtdvn6ppT8bdG8UaJBoW50V3xmb/U0O7QHVQdCcXT3AoqFOz5CY+Ex1s4BtWY 7FDTnau6p/nbTgb5lu0AJwtmatdSOKp7uiMV2GzZJVEvWfvQhzPcmxxAn5v/IxxtfULU NU4xi6Ww0Q5dkaE6m3Bx7lCDzjkl1jNYpYTejVEzAABHkbbDrDK+pfovZ7HpUZrOjLqi r0d9y5DGXePjQYk97SbsXwjmCO/z+qlb7N4ZcjQzWuIYdpDaZaJd/QaMME6/fAL+P7fQ lrCVtTzoMW3/jteLLyr0ZfufrQWxGLdIZKDf9d5hFpeiiG8l+4otVDNnxXNEYSZ/ifD2 FrvQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=L7+DWH2tdcSn+ChVK3RQwLVCkVsXxpn4wwamPHLM2mA=; b=QW+sdn2rARGvFQXxKDJq+LuoOQakgY8d83LW7SD6umTrcwgMY/Bv/4IYFf7vnpS78f kzxUHIkiEkwploH5uXOxmIThznGRTzu3K7L+Io3Yj/Jr7/LmuHszfNOXTT4dOK+D0v7E sGLZyhemNzPlbsFkOPq55qcyubTxGlR4UhnYV0mt+KoEOoMzRvz2v/lVVSBJp6DEfUAu G6rr9V8+nBwckG8i0kN1vGBOrqlkbWBPjXGQolr7dkCpFubirAU9M3AAIH7eX1JnYL6n vA4ybZVrwl6NjDasW892Xp2qjuiBYe//1xxPF0elISxoK1YPj5D6DUvEuF8hVAHdGjbw ks0Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w75si2607433pfd.55.2019.02.05.00.13.03; Tue, 05 Feb 2019 00:13:19 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728037AbfBEIBJ (ORCPT + 99 others); Tue, 5 Feb 2019 03:01:09 -0500 Received: from verein.lst.de ([213.95.11.211]:52883 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727708AbfBEIBI (ORCPT ); Tue, 5 Feb 2019 03:01:08 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id AE24F68DD3; Tue, 5 Feb 2019 09:01:06 +0100 (CET) Date: Tue, 5 Feb 2019 09:01:06 +0100 From: "hch@lst.de" To: Thomas Hellstrom Cc: "hch@lst.de" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 2/4] drm/vmwgfx: remove CONFIG_INTEL_IOMMU ifdefs v2 Message-ID: <20190205080106.GA4863@lst.de> References: <20190125081215.4622-1-thellstrom@vmware.com> <20190125081215.4622-3-thellstrom@vmware.com> <20190204081932.GB5730@lst.de> <1f22fa519670f7caa3c2f4f48d7cb6daf79d6eb0.camel@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 05, 2019 at 07:59:22AM +0000, Thomas Hellstrom wrote: > On Mon, 2019-02-04 at 13:11 +0100, Thomas Hellstr?m wrote: > > On Mon, 2019-02-04 at 09:19 +0100, Christoph Hellwig wrote: > > > On Fri, Jan 25, 2019 at 09:12:13AM +0100, Thomas Hellstrom wrote: > > > > -#if !defined(CONFIG_SWIOTLB) && !defined(CONFIG_INTEL_IOMMU) > > > > - /* > > > > - * No coherent page pool > > > > - */ > > > > - if (dev_priv->map_mode == vmw_dma_alloc_coherent) > > > > + /* No TTM coherent page pool? FIXME: Ask TTM instead! */ > > > > + if (!(IS_ENABLED(CONFIG_SWIOTLB) || > > > > IS_ENABLED(CONFIG_INTEL_IOMMU)) && > > > > + (dev_priv->map_mode == vmw_dma_alloc_coherent)) > > > > return -EINVAL; > > > > -#endif > > > > + > > > > > > I don't think this edited in change makes any sense. The swiotlb > > > vs > > > dma-direct versions of dma_alloc_coherent are the same, so this > > > check > > > seems very obsfucating. > > > > So this part of code is identical in functionality to the previous > > version. It checks whether the TTM module has the coherent page pool > > enabled. (an identical test is present in TTM). What we *really* need > > to do here instead is to ask TTM whether it has enabled its coherent > > page pool instead of trying to mimic TTM's test, and I have a > > changeset > > under review for that. But as mentioned previously, I don't want to > > change the TTM interface outside of a merge window, so we either have > > to live with the above for 5.0 or keep the old defines. I'd prefer > > the > > former so I don't have to respin the patch series once more. > > > > Thanks, > > Thoams > > > > Hi, Christoph, > > I need to get this merged this week. Could you please ack or ack > removing this hunk + updating the following patches for merge errors? > > If no response, I'll add a Cc: tag on the patch and a #v1 to your s-o- > b. Please go ahead. I'll look into the fallout later.