From: David Woodhouse <dwmw2@infradead.org>
To: Zhenyu Wang <zhenyuw@linux.intel.com>
Cc: Dave Airlie <airlied@gmail.com>,
Keir Fraser <kier.fraser@eu.citrix.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"iommu@lists.linux-foundation.org"
<iommu@lists.linux-foundation.org>,
Joerg Roedel <joerg.roedel@amd.com>
Subject: Re: [RFC] Make AGP work with IOMMU
Date: Mon, 03 Aug 2009 09:39:40 +0100 [thread overview]
Message-ID: <1249288780.7341.4.camel@macbook.infradead.org> (raw)
In-Reply-To: <20090803065030.GA32461@zhen-devel.sh.intel.com>
On Mon, 2009-08-03 at 14:50 +0800, Zhenyu Wang wrote:
>
> The commits on that tree looks fine to me. Thanks David!
> I've also done some testing on G45 here, I've also seen the write
> faults before graphics device init or after dma unmap pages. I tried
> to look it up in my memo, which turns out one message like this should
> be a BIOS bug that doesn't initialize the GTT table correctly. But I'm
> quite sure about it now, better to ask our chipset people to verify if
> this problem has been fixed or not.
Thanks. I've rebased the tree so that it isn't based on my other iommu
changes, which are largely irrelevant. Since the drm-2.6.git tree as
advertised in MAINTAINERS seems to be a pristine 2.6.29-rc2, I've done
it based on 2.6.31-rc5 instead.
Dave, please pull from
git://git.infradead.org/~dwmw2/iommu-agp.git
David Woodhouse (6):
agp: Switch mask_memory() method to take address argument again, not page
agp: tidy up handling of scratch pages w.r.t. DMA API
agp: Switch agp_{un,}map_page() to take struct page * argument
intel-agp: Move repeated sglist free into separate function
intel-agp: fix sglist allocation to avoid vmalloc()
agp: kill phys_to_gart() and gart_to_phys()
Zhenyu Wang (2):
agp: Add generic support for graphics dma remapping
intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMU
arch/alpha/include/asm/agp.h | 4 -
arch/ia64/include/asm/agp.h | 4 -
arch/parisc/include/asm/agp.h | 4 -
arch/powerpc/include/asm/agp.h | 4 -
arch/sparc/include/asm/agp.h | 4 -
arch/x86/include/asm/agp.h | 4 -
drivers/char/agp/agp.h | 15 ++--
drivers/char/agp/ali-agp.c | 4 +-
drivers/char/agp/amd-k7-agp.c | 10 ++-
drivers/char/agp/amd64-agp.c | 7 +-
drivers/char/agp/ati-agp.c | 7 +-
drivers/char/agp/backend.c | 32 ++++++-
drivers/char/agp/efficeon-agp.c | 4 +-
drivers/char/agp/generic.c | 20 ++++-
drivers/char/agp/hp-agp.c | 8 +-
drivers/char/agp/i460-agp.c | 17 +---
drivers/char/agp/intel-agp.c | 167 +++++++++++++++++++++++++++++++++++----
drivers/char/agp/nvidia-agp.c | 2 +-
drivers/char/agp/parisc-agp.c | 12 +---
drivers/char/agp/sgi-agp.c | 8 +-
drivers/char/agp/sworks-agp.c | 10 ++-
drivers/char/agp/uninorth-agp.c | 2 +-
include/linux/agp_backend.h | 5 +-
23 files changed, 247 insertions(+), 107 deletions(-)
--
David Woodhouse Open Source Technology Centre
David.Woodhouse@intel.com Intel Corporation
next prev parent reply other threads:[~2009-08-03 8:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-27 15:04 [RFC] Make AGP work with IOMMU David Woodhouse
2009-07-29 6:28 ` Dave Airlie
2009-07-29 7:15 ` David Woodhouse
2009-07-29 8:43 ` Dave Airlie
2009-07-29 9:01 ` David Woodhouse
2009-07-29 9:36 ` David Woodhouse
2009-08-03 6:50 ` Zhenyu Wang
2009-08-03 8:39 ` David Woodhouse [this message]
2009-08-04 23:52 ` [Xen-devel] " Jeremy Fitzhardinge
2009-08-05 6:44 ` David Woodhouse
2009-08-05 6:57 ` Dave Airlie
2009-08-05 7:08 ` David Woodhouse
2009-08-05 18:26 ` Jeremy Fitzhardinge
2009-08-05 23:12 ` Dave Airlie
2009-08-06 19:32 ` Jeremy Fitzhardinge
2009-08-06 19:36 ` David Woodhouse
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=1249288780.7341.4.camel@macbook.infradead.org \
--to=dwmw2@infradead.org \
--cc=airlied@gmail.com \
--cc=iommu@lists.linux-foundation.org \
--cc=joerg.roedel@amd.com \
--cc=kier.fraser@eu.citrix.com \
--cc=linux-kernel@vger.kernel.org \
--cc=xen-devel@lists.xensource.com \
--cc=zhenyuw@linux.intel.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