From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Jan Beulich <JBeulich@novell.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>,
dri-devel@lists.sourceforge.net, xen-devel@lists.xensource.com
Subject: Re: Re: ATI radeon fails with "iommu=soft swiotlb=force" (seen on RV730/RV740 and RS780/RS800)
Date: Mon, 5 Oct 2009 10:37:56 -0400 [thread overview]
Message-ID: <20091005143756.GA3681@phenom.dumpdata.com> (raw)
In-Reply-To: <20091005140152.GA3127@phenom.dumpdata.com>
On Mon, Oct 05, 2009 at 10:01:52AM -0400, Konrad Rzeszutek Wilk wrote:
> On Mon, Oct 05, 2009 at 11:32:31AM +0100, Jan Beulich wrote:
> > >>> Jeremy Fitzhardinge <jeremy@goop.org> 02.10.09 20:42 >>>
> > >On 10/02/09 10:23, Boris Derzhavets wrote:
> > >> Jeremy,
> > >> Please, be aware of bugzilla.xensource.com [1519] the most recent
> > >> entries :-
> > >>
> > >> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1519
> > >>
> > >
> > >Ah, OK. I pushed a variant of Konrad's patches. Could you try them out?
> >
> > Are you really convinced fixing this in DRM is the right thing to do? To
> > me, the use of vmalloc_32() in drivers/ieee1394/ seems to make similar
> > assumptions (pci_map_sg() not modifying the buffer addresses), and
> > who knows where else such assumptions exist. After all, vmalloc_32()
> > is *defined* to have the property assumed by both of the users, and
> > other than for most kmalloc() cases using GFP_DMA{,32} we're talking
> > about double buffering generally large amounts of data here even in
> > the cases where the DMA API is being used properly.
>
> I was chatting with Jeremy about this, and I realized that in some
> sense the radeon driver assumes that physical != bus addresses. Which is
> OK on x86, but if this card was ever moved to a Sun box it would fail.
>
> The patch here thwarts this by allocating memory from the IOMMU, so that
> even if bus != physical address from pci_map_page, that is OK.
That is, if the IOMMU, allocates memory from the coherent pool to be same
type of memory that it allocates when calling pci_map_[sg|[page].
>
> Another way to make this work right is to modify the drivers
> that use vmalloc_32, with pci_map_[sg|page], is for them to check if the physical
> != bus address, and if so, remap the virtual address (page_to_vmalloc) to
> point to the new bus addresses (and free the "old" page). Obviously this
> requires some book-keeping, but it does fix those drivers if they were to move to
> non-x86 architecture. Or on machines where the IOMMU hands out non-physical
> addresses.
Jeremy suggested another one. That is for the Xen IOMMU to fix the virtual
mappings. Meaning we would swipe out the virtual address of the page to point
to a virtual address (along with returning an 32-bit bus address) under the 4GB mark.
That involves also changing the mappings of the old virtual address to the new one
where ever it may be.
Jeremy, did I get that right?
next prev parent reply other threads:[~2009-10-05 14:37 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-02 6:58 Re: ATI radeon fails with "iommu=soft swiotlb=force" (seen on RV730/RV740 and RS780/RS800) Boris Derzhavets
2009-10-02 17:18 ` Jeremy Fitzhardinge
2009-10-02 17:23 ` Boris Derzhavets
2009-10-02 18:42 ` Jeremy Fitzhardinge
2009-10-02 19:25 ` Boris Derzhavets
2009-10-05 10:32 ` Jan Beulich
2009-10-05 14:01 ` Konrad Rzeszutek Wilk
2009-10-05 14:37 ` Konrad Rzeszutek Wilk [this message]
2009-10-05 19:12 ` Jeremy Fitzhardinge
2009-10-05 14:41 ` [Xen-devel] " Alex Deucher
2009-10-05 14:49 ` Konrad Rzeszutek Wilk
2009-10-05 14:54 ` [Xen-devel] " Alex Deucher
2009-10-05 19:09 ` Jeremy Fitzhardinge
2009-10-06 8:10 ` Jan Beulich
2009-10-06 19:01 ` Jeremy Fitzhardinge
[not found] <20090930152149.GA29603@phenom.dumpdata.com>
2009-10-01 17:35 ` Konrad Rzeszutek Wilk
2009-10-01 19:07 ` Jeremy Fitzhardinge
2009-10-01 19:21 ` Konrad Rzeszutek Wilk
2009-10-02 12:52 ` Jan Beulich
2009-10-02 14:44 ` Konrad Rzeszutek Wilk
-- strict thread matches above, loose matches on Subject: below --
2009-10-02 5:02 Boris Derzhavets
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=20091005143756.GA3681@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=JBeulich@novell.com \
--cc=dri-devel@lists.sourceforge.net \
--cc=jeremy@goop.org \
--cc=xen-devel@lists.xensource.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.