Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_IOMMU_DEBUG
has multiple definitions:
arch/x86/Kconfig.debug
The configuration item CONFIG_IOMMU_DEBUG:
( CONFIG_GART_IOMMU && CONFIG_DEBUG_KERNEL ) && ( CONFIG_X86_64 )
Force the IOMMU to on even when you have less than 4GB of memory and add debugging code. On overflow always panic. And allow to enable IOMMU leak tracing. Can be disabled at boot time with iommu=noforce. This will also enable scatter gather list merging. Currently not recommended for production code. When you use it make sure you have a big enough IOMMU/AGP aperture. Most of the options enabled by this can be set more finegrained using the iommu= command line options. See Documentation/arch/x86/x86_64/boot-options.rst for more details.
arch/x86_64/Kconfig.debug
The configuration item CONFIG_IOMMU_DEBUG:
CONFIG_IOMMU && CONFIG_DEBUG_KERNEL
Force the IOMMU to on even when you have less than 4GB of memory and add debugging code. On overflow always panic. And allow to enable IOMMU leak tracing. Can be disabled at boot time with iommu=noforce. This will also enable scatter gather list merging. Currently not recommended for production code. When you use it make sure you have a big enough IOMMU/AGP aperture. Most of the options enabled by this can be set more finegrained using the iommu= command line options. See Documentation/x86_64/boot-options.txt for more details.
arch/x86_64/Kconfig
The configuration item CONFIG_IOMMU_DEBUG:
CONFIG_GART_IOMMU && CONFIG_DEBUG_KERNEL
Force the IOMMU to on even when you have less than 4GB of memory and add debugging code. On overflow always panic. And allow to enable IOMMU leak tracing. Can be disabled at boot time with iommu=noforce. This will also enable scatter gather list merging. Currently not recommended for production code. When you use it make sure you have a big enough IOMMU/AGP aperture. Most of the options enabled by this can be set more finegrained using the iommu= command line options. See Documentation/x86_64/boot-options.txt for more details.
arch/x86_64/Kconfig
The configuration item CONFIG_IOMMU_DEBUG:
CONFIG_GART_IOMMU && CONFIG_DEBUG_KERNEL
Force the IOMMU to on even when you have less than 4GB of memory and add debugging code. Can be disabled at boot time with iommu=noforce.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2024). See also LKDDb sources on GitLab