a44092e326
IOMMU Extended Feature Register (EFR) is used to communicate the supported features for each IOMMU to the IOMMU driver. This is normally read from the PCI MMIO register offset 0x30, and used by the iommu_feature() helper function. However, there are certain scenarios where the information is needed prior to PCI initialization, and the iommu_feature() function is used prematurely w/o warning. This has caused incorrect initialization of IOMMU. This is the case for the commit |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
amd_iommu.h | ||
amd_iommu_types.h | ||
debugfs.c | ||
init.c | ||
iommu.c | ||
iommu_v2.c | ||
quirks.c |