From: Ben Collins <bcollins@kernel.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: dmaengine@vger.kernel.org, Zhang Wei <zw@zh-kernel.org>,
Vinod Koul <vkoul@kernel.org>,
linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fsldma: Support 40 bit DMA addresses where capable
Date: Tue, 22 Apr 2025 03:12:43 -0400 [thread overview]
Message-ID: <2025042202-uncovered-mongrel-aee116@boujee-and-buff> (raw)
In-Reply-To: <fb0b5293-1cf3-4fcc-be9c-b5fe83f32325@app.fastmail.com>
[-- Attachment #1: Type: text/plain, Size: 1949 bytes --]
On Tue, Apr 22, 2025 at 08:34:55AM -0500, Arnd Bergmann wrote:
> On Tue, Apr 22, 2025, at 04:49, Ben Collins wrote:
> > On 64-bit QorIQ platforms like T4240, the CPU supports 40-bit addressing
> > and memory configurations > 64GiB. The fsldma driver is limiting itself
> > to only 64GiB in all Elo configurations.
> >
> > Setup fsldma driver to make use of the full 40-bit addressing space,
> > specifically on the e5500 and e6500 CPUs.
>
...
>
> - The driver just writes the DMA address as a 64-bit register,
> so most likely the DMA device can in fact do wider addressing,
> and any limitation is either in the bus or the available
> memory
>
> - SoCs that don't set a dma-ranges property in the parent bus
> are normally still capped to 32 bit DMA. I don't see those
> properties, so unless there is a special hack on those chips,
> you get 32 bit DMA regardless of what DMA mask the driver
> requests
I've yet to see a dma-ranges property in any of the Freescale PowerPC
device trees.
I'll check on this, but I think it's a seperate issue. The main thing is
just to configure the dma hw correctly.
> - If there are chips that have more than 64GB of RAM installed
> but have a limitation in the way the DMA engine is wired
> up to 36 bits, that should be reflected in the dma-ranges
> property, not the device driver.
>
> - If the limitation is indeed specific to the version of the
> IP block, this would normally need to be detected based on
> the compatible string of the DMA engine itself, not a compile
> time setting.
So a little research shows that these 3 compatible strings in
the fsldma are:
fsl,elo3-dma: 40-bit
fsl,eloplus-dma: 36-bit
fsl,elo-dma: 32-bit
I'll rework it so addressing is based on the compatible string.
--
Ben Collins
https://libjwt.io
https://github.com/benmcollins
--
3EC9 7598 1672 961A 1139 173A 5D5A 57C7 242B 22CF
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2025-04-22 7:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-22 2:49 [PATCH] fsldma: Support 40 bit DMA addresses where capable Ben Collins
2025-04-22 6:34 ` Arnd Bergmann
2025-04-22 7:12 ` Ben Collins [this message]
2025-04-22 7:59 ` Arnd Bergmann
2025-04-22 8:56 ` Ben Collins
2025-04-22 9:25 ` Arnd Bergmann
2025-04-22 21:10 ` Ben Collins
2025-04-23 13:49 ` Arnd Bergmann
2025-04-23 20:41 ` Ben Collins
2025-04-23 20:56 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2025042202-uncovered-mongrel-aee116@boujee-and-buff \
--to=bcollins@kernel.org \
--cc=arnd@arndb.de \
--cc=dmaengine@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=vkoul@kernel.org \
--cc=zw@zh-kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox