Message ID | 20240521065136.7364-2-wsa+renesas@sang-engineering.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: defconfig: Enable Renesas R-Car Gen4 PCIe controller | expand |
> +CONFIG_PCIE_RCAR_GEN4_HOST=m > +CONFIG_PCIE_RCAR_GEN4_EP=m Shimoda-san, do we also need 'CONFIG_DW_EDMA' for endpoint mode? There is a BSP patch suggesting that: cda3dd982572 ("arm64: defconfig: Updated for RCAR_GEN4 PCIe driver")
Hi Wolfram-san, > From: Wolfram Sang, Sent: Tuesday, May 21, 2024 4:14 PM > > > +CONFIG_PCIE_RCAR_GEN4_HOST=m > > +CONFIG_PCIE_RCAR_GEN4_EP=m > > Shimoda-san, do we also need 'CONFIG_DW_EDMA' for endpoint mode? There > is a BSP patch suggesting that: cda3dd982572 ("arm64: defconfig: Updated > for RCAR_GEN4 PCIe driver") Thank you for asking me about this. Yes, since enabling the config improves the performance in endpoint mode, I would like to enable the config. Best regards, Yoshihiro Shimoda
Hi Wolfram, Shimoda-san, On Tue, May 21, 2024 at 12:30 PM Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> wrote: > > From: Wolfram Sang, Sent: Tuesday, May 21, 2024 4:14 PM > > > > > +CONFIG_PCIE_RCAR_GEN4_HOST=m > > > +CONFIG_PCIE_RCAR_GEN4_EP=m > > > > Shimoda-san, do we also need 'CONFIG_DW_EDMA' for endpoint mode? There > > is a BSP patch suggesting that: cda3dd982572 ("arm64: defconfig: Updated > > for RCAR_GEN4 PCIe driver") > > Thank you for asking me about this. Yes, since enabling the config improves > the performance in endpoint mode, I would like to enable the config. Do you plan to send a v2 including that? I guess we also want that in renesas_defconfig... Gr{oetje,eeting}s, Geert
> Do you plan to send a v2 including that? Yes, I'll send this later today. > I guess we also want that in renesas_defconfig... I agree.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d35150a979d4..92771f62c812 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -233,6 +233,8 @@ CONFIG_PCIE_HISI_STB=y CONFIG_PCIE_ARMADA_8K=y CONFIG_PCIE_TEGRA194_HOST=m CONFIG_PCIE_QCOM=y +CONFIG_PCIE_RCAR_GEN4_HOST=m +CONFIG_PCIE_RCAR_GEN4_EP=m CONFIG_PCIE_ROCKCHIP_DW_HOST=y CONFIG_PCIE_VISCONTI_HOST=y CONFIG_PCIE_LAYERSCAPE_GEN4=y
Enable both modes, host and endpoint. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)