Re: [PATCH 2/5] media: synopsys: Add support for multiple streams

From: Frank Li

Date: Fri Apr 17 2026 - 04:44:02 EST


On Wed, Apr 15, 2026 at 11:46:53AM +0800, Guoniu Zhou wrote:
> The current driver only supports single stream operation. Add support
> for multiple concurrent streams by tracking enabled streams with a
> bitmask and only initializing the hardware once for the first stream.
>
> This enables use cases such as surround view systems where multiple
> camera streams need to be processed simultaneously through the same
> CSI-2 receiver interface.

Look like this driver only one sink and one source pad, how to implement
multiple stream.

Frank
>
> Signed-off-by: Guoniu Zhou <guoniu.zhou@xxxxxxxxxxx>
> ---
> 2.34.1
>