Re: [PATCH v3 09/14] media: vimc: Propagate multiplanar state in the stream

2019-04-24 Thread Helen Koike
Hi André, thanks for the patch. On 4/24/19 10:56 AM, André Almeida wrote: > Add a multiplanar flag in vimc_stream in order to propagate the > state (singleplanar/multiplanar) to subdevices at the stream. This shouldn't be required as you are using multiplanar only between the subdevices :) Helen

[PATCH v3 09/14] media: vimc: Propagate multiplanar state in the stream

2019-04-24 Thread André Almeida
Add a multiplanar flag in vimc_stream in order to propagate the state (singleplanar/multiplanar) to subdevices at the stream. Signed-off-by: André Almeida --- Change in v3: - Use ternary operator to get code more simple Change in v2: - New commit drivers/media/platform/vimc/vimc-capture.c | 4