Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/2] Add ADSP and CDSP support on Kaanapali SoC
@ 2025-09-24 23:46 Jingyi Wang
  2025-09-24 23:46 ` [PATCH 1/2] misc: fastrpc: Add support for new DSP IOVA formatting Jingyi Wang
  2025-09-24 23:46 ` [PATCH 2/2] misc: fastrpc: Update dma_mask for CDSP support on Kaanapali SoC Jingyi Wang
  0 siblings, 2 replies; 11+ messages in thread
From: Jingyi Wang @ 2025-09-24 23:46 UTC (permalink / raw)
  To: Srinivas Kandagatla, Amol Maheshwari, Arnd Bergmann,
	Greg Kroah-Hartman
  Cc: aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm,
	dri-devel, linux-kernel, Jingyi Wang, Kumari Pallavi

Introduces support for new DSP IOVA formatting and hardware-specific
configuration required to enable ADSP and CDSP functionality on the
Kaanapali SoC.

Add support for a new IOVA formatting scheme by adding an `iova_format
flag to the DSP driver. This flag standardizes the placement of the stream
ID (SID) within the physical address, which is required for DSPs to operate
correctly on Kaanapali. DSP currently supports 32-bit IOVA
(32-bit PA + 4-bit SID) for both Q6 and user DMA (uDMA) access. This is
being upgraded to 34-bit PA + 4-bit SID due to a hardware revision in CDSP
for Kaanapali SoC, which expands the DMA addressable range. To support CDSP
operation, the series updates the DMA mask configuration to reflect the
expanded DMA addressable range.

Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
Kumari Pallavi (2):
      misc: fastrpc: Add support for new DSP IOVA formatting
      misc: fastrpc: Update dma_mask for CDSP support on Kaanapali SoC

 drivers/misc/fastrpc.c | 86 ++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 76 insertions(+), 10 deletions(-)
---
base-commit: ae2d20002576d2893ecaff25db3d7ef9190ac0b6
change-id: 20250918-knp-fastrpc-a1479674d113

Best regards,
-- 
Jingyi Wang <jingyi.wang@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-10-04 18:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-24 23:46 [PATCH 0/2] Add ADSP and CDSP support on Kaanapali SoC Jingyi Wang
2025-09-24 23:46 ` [PATCH 1/2] misc: fastrpc: Add support for new DSP IOVA formatting Jingyi Wang
2025-09-25  2:25   ` Dmitry Baryshkov
2025-09-30  4:43     ` Kumari Pallavi
2025-09-25  6:24   ` Arnd Bergmann
2025-09-30  4:40     ` Kumari Pallavi
2025-09-26  0:08   ` kernel test robot
2025-10-04 18:25   ` Srinivas Kandagatla
2025-09-24 23:46 ` [PATCH 2/2] misc: fastrpc: Update dma_mask for CDSP support on Kaanapali SoC Jingyi Wang
2025-09-25  2:57   ` Dmitry Baryshkov
2025-10-04 18:36   ` Srinivas Kandagatla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox