Re: [PATCH v6 4/5] media: qcom: camss: csid: Add support for CSID 1080

From: Bryan O'Donoghue

Date: Tue Nov 18 2025 - 04:47:40 EST


On 14/11/2025 03:29, Hangxiang Ma wrote:
+ if (buf_done_val & BIT(BUF_DONE_IRQ_STATUS_RDI_OFFSET + i)) {
+ /*
+ * buf done and RUP IRQ have been moved to CSID from VFE.
+ * Once CSID received buf done, need notify VFE of this
+ * event and trigger VFE to handle buf done process.
+ */
+ camss_buf_done(csid->camss, csid->id, i);
+ }

Somebody needs to have a conversation with the Si design people to tell them to stop moving this functionality around... its completely demented.

---
bod