[Intel IOMMU 09/10] Iommu Gfx workaround

2007-06-19 Thread Keshavamurthy, Anil S
When we fix all the opensource gfx drivers to use the DMA api's, at that time we can yank this config options out. Signed-off-by: Anil S Keshavamurthy <[EMAIL PROTECTED]> --- Documentation/Intel-IOMMU.txt |5 + arch/x86_64/Kconfig | 11 +++ arch/x86_64/kernel/e820.c

[Intel IOMMU 09/10] Iommu Gfx workaround

2007-06-19 Thread Keshavamurthy, Anil S
When we fix all the opensource gfx drivers to use the DMA api's, at that time we can yank this config options out. Signed-off-by: Anil S Keshavamurthy [EMAIL PROTECTED] --- Documentation/Intel-IOMMU.txt |5 + arch/x86_64/Kconfig | 11 +++ arch/x86_64/kernel/e820.c

Re: [Intel-IOMMU 09/10] Iommu Gfx workaround

2007-06-07 Thread Andrew Morton
On Wed, 06 Jun 2007 11:57:07 -0700 [EMAIL PROTECTED] wrote: > +#ifdef CONFIG_DMAR_GFX_WA > + iommu_prepare_gfx_mapping(); > +#endif Please do #ifndef CONFIG_DMAR_GFX_WA static inline void iommu_prepare_gfx_mapping(void) { } #endif in the head file instead (whole patchset) - To unsubscribe

Re: [Intel-IOMMU 09/10] Iommu Gfx workaround

2007-06-07 Thread Andrew Morton
On Wed, 06 Jun 2007 11:57:07 -0700 [EMAIL PROTECTED] wrote: +#ifdef CONFIG_DMAR_GFX_WA + iommu_prepare_gfx_mapping(); +#endif Please do #ifndef CONFIG_DMAR_GFX_WA static inline void iommu_prepare_gfx_mapping(void) { } #endif in the head file instead (whole patchset) - To unsubscribe

[Intel-IOMMU 09/10] Iommu Gfx workaround

2007-06-06 Thread anil . s . keshavamurthy
When we fix all the opensource gfx drivers to use the DMA api's, at that time we can yank this config options out. Signed-off-by: Anil S Keshavamurthy <[EMAIL PROTECTED]> --- Documentation/Intel-IOMMU.txt |5 + arch/x86_64/Kconfig | 11 +++ arch/x86_64/kernel/e820.c

[Intel-IOMMU 09/10] Iommu Gfx workaround

2007-06-06 Thread anil . s . keshavamurthy
When we fix all the opensource gfx drivers to use the DMA api's, at that time we can yank this config options out. Signed-off-by: Anil S Keshavamurthy [EMAIL PROTECTED] --- Documentation/Intel-IOMMU.txt |5 + arch/x86_64/Kconfig | 11 +++ arch/x86_64/kernel/e820.c

[Intel-IOMMU 09/10] Iommu Gfx workaround

2007-06-04 Thread anil . s . keshavamurthy
When we fix all the opensource gfx drivers to use the DMA api's, at that time we can yank this config options out. Signed-off-by: Anil S Keshavamurthy <[EMAIL PROTECTED]> --- Documentation/Intel-IOMMU.txt |5 + arch/x86_64/Kconfig | 11 +++ arch/x86_64/kernel/e820.c

[Intel-IOMMU 09/10] Iommu Gfx workaround

2007-06-04 Thread anil . s . keshavamurthy
When we fix all the opensource gfx drivers to use the DMA api's, at that time we can yank this config options out. Signed-off-by: Anil S Keshavamurthy [EMAIL PROTECTED] --- Documentation/Intel-IOMMU.txt |5 + arch/x86_64/Kconfig | 11 +++ arch/x86_64/kernel/e820.c