Re: [PATCH v3 0/9] media: vimc: Multiple stream support in vimc

2020-09-12 Thread Kaaira Gupta
On Wed, Sep 02, 2020 at 11:51:59AM +0100, Kieran Bingham wrote: > Hi Kaaira, > > Thank you for this series. > > I have tested it, and indeed it works well, which is great work. > I know this has been hard to debug some of the code paths! Thanks for testing and helping! :D > > There are a few b

Re: [PATCH v3 0/9] media: vimc: Multiple stream support in vimc

2020-09-02 Thread Kieran Bingham
Hi Kaaira, Thank you for this series. I have tested it, and indeed it works well, which is great work. I know this has been hard to debug some of the code paths! There are a few bits that are hard for me to understand, with the graph walking/initialisation - so I think either some better comment

[PATCH v3 0/9] media: vimc: Multiple stream support in vimc

2020-08-19 Thread Kaaira Gupta
This series adds supoort for two (or more) capture devices to be connected to the same sensors and run simultaneously. Changes since v2: - This series introduces new patches, namely patch 1, 2, 4, 5, 7, and 9 to shift multiple captures to operate at a single thread. K