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.
Signed-off-by: Liam Mark <quic_lmark@quicinc.com>
Change-Id: I8503886606027df45d6bcd2f4492a484cdc84696
Add Unsigned PD pool configuration and allocation ranges property,
used to pool multiple SMMU context banks with a fixed allocation
ranges. This pool can be used by multiple Unsigned applications
to offload to remote DSP subsystem and this removes the limitation
of only allowing fixed number of Unsigned applications to offload
to remote DSP subsystem.
Change-Id: I3dc4309f4423aae7e68c743d129f9671a1ed96ca
Signed-off-by: Himateja Reddy <quic_hmreddy@quicinc.com>
Update DT to accomodate new devicetree property 'iommu-addresses' which describes the IOVA addresses that cannot be used.
Update qcom,iommu-dma-addr-pool field to iommu-addresses to reflect this.
Update PVM DT file to include all the addresses. Update TVM DT file accordingly.
Signed-off-by: Anirudh Raghavendra <quic_araghave@quicinc.com>
Change-Id: I8fc25330c2db8d468c283c7c64136177031a8d9c
dsp-devicetree files are currently a part of a proprietary project
and there is a requirement to move them to an opensource project.
This change adds the required files to opensource project with
the compilation disabled until the files are merged.
Change-Id: I9838c13afbcadec7c5a18bab1ccf867e32070cea
Signed-off-by: Anirudh Raghavendra <quic_araghave@quicinc.com>