From: Zhenyu Wang Date: Mon, 27 Jul 2009 11:59:57 +0000 (+0100) Subject: intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMU X-Git-Tag: v2.6.32-rc1~682^2~3^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176616814d700f19914d8509d9f65dec51a6ebf7;p=pandora-kernel.git intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMU When graphics dma remapping engine is active, we must fill gart table with dma address from dmar engine, as now graphics device access to graphics memory must go through dma remapping table to get real physical address. Add this support to all drivers which use intel_i915_insert_entries() Signed-off-by: Zhenyu Wang Signed-off-by: David Woodhouse --- Reading git-diff-tree failed