lano1106_fglrx_intel_iommu.patch 524 B

123456789101112
  1. --- 13.4/common/lib/modules/fglrx/build_mod/firegl_public.c 2013-04-16 23:29:55.000000000 +0200
  2. +++ 13.4/common/lib/modules/fglrx/build_mod/firegl_public.c 2013-05-21 17:05:34.726681102 +0200
  3. @@ -93,7 +93,7 @@
  4. and they use different config options. These options can only be enabled
  5. on x86_64 with newer 2.6 kernels (2.6.23 for intel, 2.6.26 for amd).
  6. */
  7. -#if defined(CONFIG_AMD_IOMMU) || defined(CONFIG_DMAR)
  8. +#if defined(CONFIG_AMD_IOMMU) || defined(CONFIG_INTEL_IOMMU)
  9. #define FIREGL_DMA_REMAPPING
  10. #endif