Message ID | 20240907-sdm660-wifi-v1-0-e316055142f8@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: qcom: sda660-ifc6560: enable GPU and WiFi support | expand |
On Sat, 07 Sep 2024 21:48:11 +0300, Dmitry Baryshkov wrote: > Follow the MSM8998 example and limit num_context_banks on SDM630 / > SDM660 platforms. This allows Linux to make use of the A2NOC and KGSL > SMMU, making it possible to enable GPU and WiFi on those platforms, and, > in particular, Inforce IFC6560 SBC. > > Note, while WiFI starts up and can work for a short amount of time, MSS > starts crashing with the following message: > > [...] Applied SMMU driver change to will (for-joerg/arm-smmu/updates), thanks! [1/7] iommu/arm-smmu-qcom: apply num_context_bank fixes for SDM630 / SDM660 https://git.kernel.org/will/c/19eb465c969f Cheers,
On Sat, 07 Sep 2024 21:48:11 +0300, Dmitry Baryshkov wrote: > Follow the MSM8998 example and limit num_context_banks on SDM630 / > SDM660 platforms. This allows Linux to make use of the A2NOC and KGSL > SMMU, making it possible to enable GPU and WiFi on those platforms, and, > in particular, Inforce IFC6560 SBC. > > Note, while WiFI starts up and can work for a short amount of time, MSS > starts crashing with the following message: > > [...] Applied, thanks! [2/7] arm64: dts: qcom: sdm630: enable GPU SMMU and GPUCC commit: 166b955a8d60b38d4fbbb9a18994a49e607ab17e [3/7] arm64: dts: qcom: sda660-ifc6560: enable GPU commit: deac51aedd1e1e5ba0d46f23ef0012a8754e4871 [4/7] arm64: dts: qcom: sda660-ifc6560: fix l10a voltage ranges commit: 1dd7d9d41dedf8d42e04c0f2febd4dbe5a062d4a [5/7] arm64: dts: qcom: sdm630: enable A2NOC and LPASS SMMU commit: 41caaf517014d11c17b2e6f3b057f7b6c9507cb0 [6/7] arm64: dts: qcom: sdm630: add WiFI device node commit: d7e67846c08f46974da26c54af7793d47037d452 [7/7] arm64: dts: qcom: sda660-ifc6560: enable mDSP and WiFi devices commit: 04d8ed02cb9b86a0e231ae0271527fbbfb411695 Best regards,
Follow the MSM8998 example and limit num_context_banks on SDM630 / SDM660 platforms. This allows Linux to make use of the A2NOC and KGSL SMMU, making it possible to enable GPU and WiFi on those platforms, and, in particular, Inforce IFC6560 SBC. Note, while WiFI starts up and can work for a short amount of time, MSS starts crashing with the following message: qcom-q6v5-mss 4080000.remoteproc: fatal error received: dog_hb.c:266:Task starvation: diag, ping: 4, triage with owner(d.dump 0xde5825 Note2: DTS changes should be applied only after IOMMU chages get merged. If it is not possible to get IOMMU changes into 6.12 in its last days of the merge window, I'd kindly ask for the immutable branch from the iommu subsys to be submerged into MSM tree. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Dmitry Baryshkov (7): iommu/arm-smmu-qcom: apply num_context_bank fixes for SDM630 / SDM660 arm64: dts: qcom: sdm630: enable GPU SMMU and GPUCC arm64: dts: qcom: sda660-ifc6560: enable GPU arm64: dts: qcom: sda660-ifc6560: fix l10a voltage ranges arm64: dts: qcom: sdm630: enable A2NOC and LPASS SMMU arm64: dts: qcom: sdm630: add WiFI device node arm64: dts: qcom: sda660-ifc6560: enable mDSP and WiFi devices .../arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts | 32 +++++++++++++++++- arch/arm64/boot/dts/qcom/sdm630.dtsi | 38 ++++++++++++++++++---- drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 11 +++++++ 3 files changed, 73 insertions(+), 8 deletions(-) --- base-commit: f70cb2e8ce3f8883a526a28f93b7744d1a1a9ce0 change-id: 20240403-sdm660-wifi-a58e87b8f7d1 Best regards,