[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7dce4b4ae17e67a4cd093c7e3e709c9f1bb694f9.camel@suse.de>
Date: Thu, 21 Nov 2019 16:26:00 +0100
From: Nicolas Saenz Julienne <nsaenzjulienne@...e.de>
To: Christoph Hellwig <hch@....de>
Cc: Peter Zijlstra <peterz@...radead.org>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Dave Hansen <dave.hansen@...ux.intel.com>,
linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-ide@...r.kernel.org, Paul Mackerras <paulus@...ba.org>,
Hanjun Guo <guohanjun@...wei.com>,
Frank Rowand <frowand.list@...il.com>,
Marek Szyprowski <m.szyprowski@...sung.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
"H. Peter Anvin" <hpa@...or.com>,
Paul Burton <paulburton@...nel.org>,
Michael Ellerman <mpe@...erman.id.au>,
Joerg Roedel <joro@...tes.org>, x86@...nel.org,
linux-acpi@...r.kernel.org, Ingo Molnar <mingo@...hat.com>,
James Hogan <jhogan@...nel.org>, Len Brown <lenb@...nel.org>,
devicetree@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Borislav Petkov <bp@...en8.de>,
Andy Lutomirski <luto@...nel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Thomas Gleixner <tglx@...utronix.de>,
linux-arm-kernel@...ts.infradead.org, Jens Axboe <axboe@...nel.dk>,
linuxppc-dev@...ts.ozlabs.org,
"Rafael J. Wysocki" <rjw@...ysocki.net>,
linux-mips@...r.kernel.org, Ralf Baechle <ralf@...ux-mips.org>,
iommu@...ts.linux-foundation.org,
Sudeep Holla <sudeep.holla@....com>,
Robin Murphy <robin.murphy@....com>
Subject: Re: [PATCH v2] dma-mapping: treat dev->bus_dma_mask as a DMA limit
On Thu, 2019-11-21 at 16:24 +0100, Christoph Hellwig wrote:
> On Thu, Nov 21, 2019 at 10:26:44AM +0100, Nicolas Saenz Julienne wrote:
> > Using a mask to represent bus DMA constraints has a set of limitations.
> > The biggest one being it can only hold a power of two (minus one). The
> > DMA mapping code is already aware of this and treats dev->bus_dma_mask
> > as a limit. This quirk is already used by some architectures although
> > still rare.
> >
> > With the introduction of the Raspberry Pi 4 we've found a new contender
> > for the use of bus DMA limits, as its PCIe bus can only address the
> > lower 3GB of memory (of a total of 4GB). This is impossible to represent
> > with a mask. To make things worse the device-tree code rounds non power
> > of two bus DMA limits to the next power of two, which is unacceptable in
> > this case.
> >
> > In the light of this, rename dev->bus_dma_mask to dev->bus_dma_limit all
> > over the tree and treat it as such. Note that dev->bus_dma_limit should
> > contain the higher accesible DMA address.
> >
> > Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@...e.de>
>
> I've tentatively added this patch to the dma-mapping tree based on
> Robins principal approval of the last version. That way tomorrows
> linux-next run should still pick it up.
Thanks!
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists