MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
authorHuacai Chen <chenhc@lemote.com>
Sat, 15 Sep 2018 06:01:12 +0000 (14:01 +0800)
committerPaul Burton <paul.burton@mips.com>
Tue, 18 Sep 2018 22:56:48 +0000 (15:56 -0700)
commit2794f688b2c336e0da85e9f91fed33febbd9f54a
tree7b8fa987b19001f5f0d713247eac4a26c4ab9bf5
parentbcec54bf3118a26422cd83675cb461ef4dea81ef
MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS

Call pcie_bus_configure_settings() on MIPS, like for other platforms.
The function pcie_bus_configure_settings() makes sure the MPS (Max
Payload Size) across the bus is uniform and provides the ability to
tune the MRSS (Max Read Request Size) and MPS (Max Payload Size) to
higher performance values. Some devices will not operate properly if
these aren't set correctly because the firmware doesn't always do it.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/20649/
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@linux-mips.org
Cc: Fuxin Zhang <zhangfx@lemote.com>
Cc: Zhangjin Wu <wuzhangjin@gmail.com>
Cc: Huacai Chen <chenhuacai@gmail.com>
arch/mips/pci/pci-legacy.c