On 27/04/2026 13:43, Loic Poulain wrote:
Add a per-queue ready-buffer FIFO helper for CAMSS offline ISP drivers.
camss_isp_bufq provides N spinlock-protected FIFO lists of ready vb2
buffers, one per queue index. This can help multi-queues management
and synchronization in ISP context.

Signed-off-by: Loic Poulain <[email protected]>
---
  drivers/media/platform/qcom/camss/Kconfig          |  14 +++
  drivers/media/platform/qcom/camss/Makefile         |   5 +
  drivers/media/platform/qcom/camss/camss-isp-bufq.c | 101 +++++++++++++++++++++
  drivers/media/platform/qcom/camss/camss-isp-bufq.h |  85 +++++++++++++++++
What is the purpose of this and the next three patches - why not just do it inside the OPE ?

---
bod

Reply via email to