arm64: dts: msm: Increase GLINK intents
There is currently a potential for a deadlock in the DSP when it wants to send a GLINK message but is waiting for an intent. Increase the number of intents to 1 more than the number of DSP supported threads so that the DSP won't have to wait for intents. Change-Id: I6fa6239573926fb8cef3ce56b8c8a7833435e8ba Signed-off-by: Om Deore <quic_odeore@quicinc.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
qcom,fastrpc {
|
qcom,fastrpc {
|
||||||
compatible = "qcom,fastrpc";
|
compatible = "qcom,fastrpc";
|
||||||
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
||||||
qcom,intents = <0x64 64>;
|
qcom,intents = <0x181 64>;
|
||||||
label = "adsp";
|
label = "adsp";
|
||||||
memory-region = <&adsp_mem_heap>;
|
memory-region = <&adsp_mem_heap>;
|
||||||
qcom,vmids = <22 37>;
|
qcom,vmids = <22 37>;
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
qcom,fastrpc {
|
qcom,fastrpc {
|
||||||
compatible = "qcom,fastrpc";
|
compatible = "qcom,fastrpc";
|
||||||
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
qcom,glink-channels = "fastrpcglink-apps-dsp";
|
||||||
qcom,intents = <0x64 64>;
|
qcom,intents = <0x3fA 64>;
|
||||||
label = "cdsp";
|
label = "cdsp";
|
||||||
qcom,fastrpc-gids = <2908>;
|
qcom,fastrpc-gids = <2908>;
|
||||||
qcom,rpc-latency-us = <235>;
|
qcom,rpc-latency-us = <235>;
|
||||||
|
Reference in New Issue
Block a user