Re: [PATCH v3 0/6] media: qcom: camss: Add Kaanapali support

From: Bryan O'Donoghue

Date: Tue Oct 28 2025 - 05:34:43 EST


On 23/10/2025 10:14, Hangxiang Ma wrote:
- 3 x VFE, 5 RDI per VFE
- 2 x VFE Lite, 4 RDI per VFE Lite
- 3 x CSID
- 2 x CSID Lite
- 6 x CSI PHY

This series has been tested using the following commands with a
downstream driver for S5KJN5 sensor.

A few comments here:

Publish the code ! Its actually in your interests to do so.


- media-ctl --reset
- media-ctl -V '"msm_csiphy2":0[fmt:SGBRG10/4096x3072]'
- media-ctl -V '"msm_csid0":0[fmt:SGBRG10/4096x3072]'
- media-ctl -V '"msm_vfe0_rdi0":0[fmt:SGBRG10/4096x3072]'
- media-ctl -l '"msm_csiphy2":1->"msm_csid0":0[1]'
- media-ctl -l '"msm_csid0":1->"msm_vfe0_rdi0":0[1]'
- yavta --capture=20 -I -n 5 -f SGBRG10P -s 4096x3072 -F /dev/video0

Good to see, it would be nice if you guys could also start running the RDI path through libcamera - softisp soon gpuisp and start showing some realworld results.

Not a requirement to merge this series but, a strong suggestion for your own verification purposes.

---
bod