[packages/xorg-driver-video-fglrx] - support for IOMMU on intel platforms

baggins baggins at pld-linux.org
Sun Nov 9 18:39:14 CET 2014


commit 9e54f82c91c2a243021dd95f35f41916445f880d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Nov 9 18:38:18 2014 +0100

    - support for IOMMU on intel platforms

 xorg-driver-video-fglrx-intel_iommu.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/xorg-driver-video-fglrx-intel_iommu.patch b/xorg-driver-video-fglrx-intel_iommu.patch
new file mode 100644
index 0000000..101654c
--- /dev/null
+++ b/xorg-driver-video-fglrx-intel_iommu.patch
@@ -0,0 +1,11 @@
+--- 13.4/common/lib/modules/fglrx/build_mod/firegl_public.c	2013-04-16 23:29:55.000000000 +0200
++++ 13.4/common/lib/modules/fglrx/build_mod/firegl_public.c	2013-05-21 17:05:34.726681102 +0200
+@@ -93,7 +93,7 @@
+    and they use different config options. These options can only be enabled
+    on x86_64 with newer 2.6 kernels (2.6.23 for intel, 2.6.26 for amd).
+ */
+-#if defined(CONFIG_AMD_IOMMU) || defined(CONFIG_DMAR)
++#if defined(CONFIG_AMD_IOMMU) || defined(CONFIG_INTEL_IOMMU)
+     #define FIREGL_DMA_REMAPPING
+ #endif
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-fglrx.git/commitdiff/ef56bf22ac5f4b846a5c0c4440331cda56e793bf



More information about the pld-cvs-commit mailing list