public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] x86: restore old GART alloc_coherent
@ 2008-09-24 11:48 FUJITA Tomonori
  2008-09-24 11:48 ` [PATCH 1/3] x86: export pci-nommu's alloc_coherent FUJITA Tomonori
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: FUJITA Tomonori @ 2008-09-24 11:48 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel, andi, joerg.roedel, fujita.tomonori

This pachset is against tip/iommu.

What this patchset does is restoring old GART alloc_coherent behavior
(before the alloc_coherent rewrite):

http://lkml.org/lkml/2008/8/12/200

Currently, GART alloc_coherent tries to allocate pages with GFP_DMA32
for a device having dma_masks > 24bit < 32bits. If GART gets an
address that a device can't access to, GART tries to map the address
to a virtual I/O address that the device can access to.

But Andi pointed out, "The GART is somewhere in the 4GB range so you
cannot use it to map anything < 4GB. Also GART is pretty small."

http://lkml.org/lkml/2008/9/12/43

So it's possible that GART doesn't have virtual I/O address space that
a device can access to. The current behavior might not work for a
device having dma_masks > 24bit < 32bits. This patchset restores old
GART alloc_coherent behavior, which doesn't use GART hardware (if an
user doesn't enable force_iommu option).



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-09-25  9:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 11:48 [PATCH 0/3] x86: restore old GART alloc_coherent FUJITA Tomonori
2008-09-24 11:48 ` [PATCH 1/3] x86: export pci-nommu's alloc_coherent FUJITA Tomonori
2008-09-24 11:48   ` [PATCH 2/3] revert "x86: make GART to respect device's dma_mask about virtual mappings" FUJITA Tomonori
2008-09-24 11:48     ` [PATCH 3/3] x86: restore old GART alloc_coherent behavior FUJITA Tomonori
2008-09-24 12:11       ` Joerg Roedel
2008-09-24 12:43         ` FUJITA Tomonori
2008-09-24 12:57           ` Joerg Roedel
2008-09-24 13:06       ` Alan Cox
2008-09-24 22:01       ` Andi Kleen
2008-09-24 12:58 ` [PATCH 0/3] x86: restore old GART alloc_coherent Joerg Roedel
2008-09-25  9:04 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox