summaryrefslogtreecommitdiffstats
path: root/core/modules/kernel-vanilla/patches/100-no-iommu-gfx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/kernel-vanilla/patches/100-no-iommu-gfx.patch')
-rw-r--r--core/modules/kernel-vanilla/patches/100-no-iommu-gfx.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/kernel-vanilla/patches/100-no-iommu-gfx.patch b/core/modules/kernel-vanilla/patches/100-no-iommu-gfx.patch
new file mode 100644
index 00000000..f690aaf3
--- /dev/null
+++ b/core/modules/kernel-vanilla/patches/100-no-iommu-gfx.patch
@@ -0,0 +1,13 @@
+diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c
+index 07dc9381..5a324cb0 100644
+--- a/drivers/iommu/intel-iommu.c
++++ b/drivers/iommu/intel-iommu.c
+@@ -480,7 +480,7 @@ int dmar_disabled = 1;
+ int intel_iommu_enabled = 0;
+ EXPORT_SYMBOL_GPL(intel_iommu_enabled);
+
+-static int dmar_map_gfx = 1;
++static int dmar_map_gfx = 0;
+ static int dmar_forcedac;
+ static int intel_iommu_strict;
+ static int intel_iommu_superpage = 1;