git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7aad9
)
drm: ati_pcigart: Need to use PCI_DMA_BIDIRECTIONAL.
author
David Miller
<davem@davemloft.net>
Thu, 12 Feb 2009 10:15:34 +0000
(
02:15
-0800)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 13 Mar 2009 04:24:00 +0000
(14:24 +1000)
The buffers mapped by the PCI GART can be written to by the device,
not just read.
For example, this happens via the RB_RPTR writeback on Radeon.
So we can't use PCI_DMA_TODEVICE else we'll get protection faults
on IOMMU platforms.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>
No differences found