diff options
author | Steffen Liebergeld <[email protected]> | 2019-09-18 15:16:52 +0200 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2019-10-15 16:39:11 -0500 |
commit | d8558ac8c93d429d65d7490b512a3a67e559d0d4 (patch) | |
tree | d73f11c7052990f341fb0c44d8d1c3ea0361cc6a /lib/mpi | |
parent | fef2dd8b3966517172514ea5a89104ba7745678b (diff) |
PCI: Fix Intel ACS quirk UPDCR register address
According to documentation [0] the correct offset for the Upstream Peer
Decode Configuration Register (UPDCR) is 0x1014. It was previously defined
as 0x1114.
d99321b63b1f ("PCI: Enable quirks for PCIe ACS on Intel PCH root ports")
intended to enforce isolation between PCI devices allowing them to be put
into separate IOMMU groups. Due to the wrong register offset the intended
isolation was not fully enforced. This is fixed with this patch.
Please note that I did not test this patch because I have no hardware that
implements this register.
[0] https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/4th-gen-core-family-mobile-i-o-datasheet.pdf (page 325)
Fixes: d99321b63b1f ("PCI: Enable quirks for PCIe ACS on Intel PCH root ports")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Steffen Liebergeld <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Andrew Murray <[email protected]>
Acked-by: Ashok Raj <[email protected]>
Cc: [email protected] # v3.15+
Diffstat (limited to 'lib/mpi')
0 files changed, 0 insertions, 0 deletions