From: "Maciej W. Rozycki" <macro@linux-mips.org>
To: Christoph Hellwig <hch@lst.de>
Cc: Alex Smith <alex.smith@imgtec.com>,
Sadegh Abbasi <Sadegh.Abbasi@imgtec.com>,
Paul Burton <paul.burton@mips.com>,
James Hogan <jhogan@kernel.org>,
linux-mips@vger.kernel.org, iommu@lists.linux-foundation.org,
linux-kernel@vger.kernel.org
Subject: Re: DMA_ATTR_WRITE_COMBINE on mips
Date: Wed, 18 Sep 2019 20:48:38 +0100 (BST) [thread overview]
Message-ID: <alpine.LFD.2.21.1909160545010.32531@eddie.linux-mips.org> (raw)
In-Reply-To: <20190802063712.GA7553@lst.de>
Hi Christoph,
> [I hope the imgtec address still works, but maybe the mips folks know
> if it moved to mips]
Alex left Imagination long before the transition to the interim MIPS
company.
> you added DMA_ATTR_WRITE_COMBINE support in dma_mmap_attrs to mips
> in commit 8c172467be36f7c9591e59b647e4cd342ce2ef41
> ("MIPS: Add implementation of dma_map_ops.mmap()"), but that commit
> only added the support in mmap, not in dma_alloc_attrs. This means
> the memory is now used in kernel space through KSEG1, and thus uncached,
> while for userspace mappings through dma_mmap_* pgprot_writebombine
> is used, which creates a write combine mapping, which on some MIPS CPUs
> sets the _CACHE_UNCACHED_ACCELERATED pte bit instead of the
> _CACHE_UNCACHED one. I know at least on arm, powerpc and x86 such
> mixed page cachability attributes can cause pretty severe problems.
> Are they ok on mips?
The uncached accelerated mode is implementation-specific, so you won't
find its definition in the architecture, however the original R10000
implementation explicitly documents[1] interactions between bus accesses
using the two modes (essentially a _CACHE_UNCACHED store acts as a barrier
for any outstanding _CACHE_UNCACHED_ACCELERATED stores; for loads the
modes are equivalent), so that's clearly supported.
I've glanced over the interAptiv manual[2] too and it seems to define the
caching modes similarly.
> Or was the DMA_ATTR_WRITE_COMBINE supported
> unintended and not correct and we should remove it?
I don't know, so regrettably I can't comment on this.
References:
[1] "MIPS R10000 Microprocessor", Version 2.0, MIPS Technologies, Inc.,
January 29, 1997
<http://techpubs.sgi.com/library/manuals/2000/007-2490-001/pdf/007-2490-001.pdf>
[2] "MIPS32 interAptiv Multiprocessing System Software User's Manual",
Imagination Technologies Ltd., Document Number: MD00904, Revision
02.01, June 15, 2016
Maciej
prev parent reply other threads:[~2019-09-18 19:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-02 6:37 DMA_ATTR_WRITE_COMBINE on mips Christoph Hellwig
2019-09-18 19:48 ` Maciej W. Rozycki [this message]
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=alpine.LFD.2.21.1909160545010.32531@eddie.linux-mips.org \
--to=macro@linux-mips.org \
--cc=Sadegh.Abbasi@imgtec.com \
--cc=alex.smith@imgtec.com \
--cc=hch@lst.de \
--cc=iommu@lists.linux-foundation.org \
--cc=jhogan@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=paul.burton@mips.com \
/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;
as well as URLs for NNTP newsgroup(s).