From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: DMABOUNCE in pci-rcar
Date: Thu, 20 Mar 2014 19:29:13 +0100 [thread overview]
Message-ID: <201403201929.13633.arnd@arndb.de> (raw)
In-Reply-To: <532B2628.5080305@codethink.co.uk>
On Thursday 20 March 2014, Ben Dooks wrote:
> On 20/03/14 18:31, Jason Gunthorpe wrote:
> > On Thu, Mar 20, 2014 at 06:25:25PM +0100, Ben Dooks wrote:
> >> So doing:
> >>
> >> static void pci_rcar_fixup(struct pci_dev *dev)
> >> {
> >> if (dev->bus->ops == &rcar_pci_ops) {
> >> dev_info(&dev->dev, "applying new dma mask\n");
> >> dev->dma_mask = DMA_BIT_MASK(31);
> >> }
> >> }
> >>
> >> DECLARE_PCI_FIXUP_EARLY(PCI_ANY_ID, PCI_ANY_ID, pci_rcar_fixup);
> >>
> >> Did not work for me :(
> >
> > Seems like it should work, do you have CONFIG_PCI_QUIRKS turned on?
>
> Yes, see the print happening, just still PCI OHCI dies horribly.
Shouldn't that mask be 30 instead of 31 when you only support DMA
to the first GB?
Another possibility is that 'EARLY' means it gets applied before
the normal mask is set.
Finally, setting the mask itself is not enough. As I mentioned you
also need to use the swiotlb_dma_ops. Did you already implement
those?
Arnd
next prev parent reply other threads:[~2014-03-20 18:29 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-24 11:00 DMABOUNCE in pci-rcar Arnd Bergmann
2014-02-24 23:49 ` Magnus Damm
2014-02-25 0:17 ` Russell King - ARM Linux
2014-02-25 2:00 ` Magnus Damm
2014-02-25 15:44 ` Arnd Bergmann
2014-02-25 12:15 ` Arnd Bergmann
2014-02-26 19:48 ` Bjorn Helgaas
2014-02-26 19:57 ` Arnd Bergmann
2014-02-26 21:02 ` Bjorn Helgaas
2014-02-26 21:52 ` Arnd Bergmann
2014-03-20 15:04 ` Ben Dooks
2014-03-20 15:26 ` Russell King - ARM Linux
2014-03-20 15:36 ` Ben Dooks
2014-03-20 16:09 ` Arnd Bergmann
2014-03-20 16:12 ` Ben Dooks
2014-03-20 16:41 ` Arnd Bergmann
2014-03-20 17:25 ` Ben Dooks
2014-03-20 17:31 ` Jason Gunthorpe
2014-03-20 17:32 ` Ben Dooks
2014-03-20 18:29 ` Arnd Bergmann [this message]
2014-03-20 18:39 ` Russell King - ARM Linux
2014-03-20 19:04 ` Geert Uytterhoeven
2014-03-20 22:11 ` Arnd Bergmann
2014-03-20 22:50 ` Russell King - ARM Linux
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=201403201929.13633.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).