Skip to content

Commit 31c2ef3

Browse files
committed
FROMLIST: arm64: dts: qcom: kodiak: increase fastrpc compute-cb session slots
Some workloads on Kodiak can exhaust FastRPC sessions when multiple compute clients open contexts concurrently, leading to -EBUSY failures. Describe the compute context bank with qcom,nsessions = <5> so the driver can provision enough session slots for the compute-cb instance. Link: https://lore.kernel.org/all/20260401073345.478-1-jianping.li@oss.qualcomm.com/ Signed-off-by: Jianping Li <jianping.li@oss.qualcomm.com>
1 parent 2cea4c7 commit 31c2ef3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sc7280.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4456,6 +4456,7 @@
44564456
compatible = "qcom,fastrpc-compute-cb";
44574457
reg = <5>;
44584458
iommus = <&apps_smmu 0x1805 0x0>;
4459+
qcom,nsessions = <5>;
44594460
dma-coherent;
44604461
};
44614462
};

0 commit comments

Comments
 (0)