diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-09-19 12:37:23 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-09-19 12:37:23 -0400 |
commit | 0c02a20ff7695f9c54cc7c013dda326270ccdac8 (patch) | |
tree | b3ab998e983d625af1f9af318199b0c025000609 /Documentation/Intel-IOMMU.txt | |
parent | 64de5af000e99f32dd49ff5dd9a0fd7db1f60305 (diff) |
intel-iommu: Kill DMAR_BROKEN_GFX_WA option.
Just make it depend on BROKEN for now, in case people scream really loud
about it (and because we might want to keep some of this logic for an
upcoming BIOS workaround, so I don't just want to rip it out entirely
just yet). But for graphics devices, it really ought to be unnecessary.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'Documentation/Intel-IOMMU.txt')
-rw-r--r-- | Documentation/Intel-IOMMU.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Documentation/Intel-IOMMU.txt b/Documentation/Intel-IOMMU.txt index 21bc416d887e..cf9431db8731 100644 --- a/Documentation/Intel-IOMMU.txt +++ b/Documentation/Intel-IOMMU.txt | |||
@@ -56,11 +56,7 @@ Graphics Problems? | |||
56 | ------------------ | 56 | ------------------ |
57 | If you encounter issues with graphics devices, you can try adding | 57 | If you encounter issues with graphics devices, you can try adding |
58 | option intel_iommu=igfx_off to turn off the integrated graphics engine. | 58 | option intel_iommu=igfx_off to turn off the integrated graphics engine. |
59 | 59 | If this fixes anything, please ensure you file a bug reporting the problem. | |
60 | If it happens to be a PCI device included in the INCLUDE_ALL Engine, | ||
61 | then try enabling CONFIG_DMAR_GFX_WA to setup a 1-1 map. We hear | ||
62 | graphics drivers may be in process of using DMA api's in the near | ||
63 | future and at that time this option can be yanked out. | ||
64 | 60 | ||
65 | Some exceptions to IOVA | 61 | Some exceptions to IOVA |
66 | ----------------------- | 62 | ----------------------- |