Searched hist:"4 d9b977ca674dd40cfc1409a75cb73fca2cee423" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/ia64/kernel/ |
H A D | dma-mapping.c | 4d9b977ca674dd40cfc1409a75cb73fca2cee423 Mon Jan 05 08:36:12 CST 2009 FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> set up dma_ops appropriately
This patch introduces a global pointer, dma_ops, which points to an appropriate dma_mapping_ops that the kernel should use. This is a common way to handle multiple dma_mapping_ops (X86, POWER, and SPARC).
dma_ops is set in platform_dma_init. We also set it by hand where machvec_init is callev via subsys_initcall.
- IA64_DIG_VTD uses vtd_dma_ops. - IA64_HP_ZX1 uses sba_dma_ops. - IA64_HP_ZX1_SWIOTLB uses hwsw_dma_ops. - IA64_SGI_SN2 uses sn_dma_ops. - The rest use swiotlb_dma_ops.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | pci-dma.c | diff 4d9b977ca674dd40cfc1409a75cb73fca2cee423 Mon Jan 05 08:36:12 CST 2009 FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> set up dma_ops appropriately
This patch introduces a global pointer, dma_ops, which points to an appropriate dma_mapping_ops that the kernel should use. This is a common way to handle multiple dma_mapping_ops (X86, POWER, and SPARC).
dma_ops is set in platform_dma_init. We also set it by hand where machvec_init is callev via subsys_initcall.
- IA64_DIG_VTD uses vtd_dma_ops. - IA64_HP_ZX1 uses sba_dma_ops. - IA64_HP_ZX1_SWIOTLB uses hwsw_dma_ops. - IA64_SGI_SN2 uses sn_dma_ops. - The rest use swiotlb_dma_ops.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | Makefile | diff 4d9b977ca674dd40cfc1409a75cb73fca2cee423 Mon Jan 05 08:36:12 CST 2009 FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> set up dma_ops appropriately
This patch introduces a global pointer, dma_ops, which points to an appropriate dma_mapping_ops that the kernel should use. This is a common way to handle multiple dma_mapping_ops (X86, POWER, and SPARC).
dma_ops is set in platform_dma_init. We also set it by hand where machvec_init is callev via subsys_initcall.
- IA64_DIG_VTD uses vtd_dma_ops. - IA64_HP_ZX1 uses sba_dma_ops. - IA64_HP_ZX1_SWIOTLB uses hwsw_dma_ops. - IA64_SGI_SN2 uses sn_dma_ops. - The rest use swiotlb_dma_ops.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/arch/ia64/hp/common/ |
H A D | sba_iommu.c | diff 4d9b977ca674dd40cfc1409a75cb73fca2cee423 Mon Jan 05 08:36:12 CST 2009 FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> set up dma_ops appropriately
This patch introduces a global pointer, dma_ops, which points to an appropriate dma_mapping_ops that the kernel should use. This is a common way to handle multiple dma_mapping_ops (X86, POWER, and SPARC).
dma_ops is set in platform_dma_init. We also set it by hand where machvec_init is callev via subsys_initcall.
- IA64_DIG_VTD uses vtd_dma_ops. - IA64_HP_ZX1 uses sba_dma_ops. - IA64_HP_ZX1_SWIOTLB uses hwsw_dma_ops. - IA64_SGI_SN2 uses sn_dma_ops. - The rest use swiotlb_dma_ops.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|