Searched hist:"2 d1d66780ecd12c9518835303f5302fc5262d49b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | setup-bus.c | diff 2d1d66780ecd12c9518835303f5302fc5262d49b Mon Aug 05 17:15:10 CDT 2013 Bjorn Helgaas <bhelgaas@google.com> PCI: Align bridge I/O windows as required by downstream devices & bridges
An upstream bridge's I/O window must be at least as aligned as any downstream device or bridge requires. In particular, if the upstream bridge supports 1K alignment but a downstream bridge requires 4K alignment, the upstream window must also be 4K aligned.
Therefore, do not reduce the required alignment ("min_align") based on the upstream bridge's capabilities.
Reported-by: Wei Yang <weiyang@linux.vnet.ibm.com> Suggested-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|