Re: [PATCH 2/2] rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT}

2019-09-06 Thread Sergei Shtylyov
On 06.09.2019 0:49, Niklas Söderlund wrote: The hardware do not support capturing the field types V4L2_FIELD_SEQ_TB s/do/does/. Just one typo. :-) and V4L2_FIELD_SEQ_BT. To capture in these formats the driver needs to adjust the offset of the capture buffer and capture twice to each vb2 b

[PATCH 2/2] rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT}

2019-09-05 Thread Niklas Söderlund
The hardware do not support capturing the field types V4L2_FIELD_SEQ_TB and V4L2_FIELD_SEQ_BT. To capture in these formats the driver needs to adjust the offset of the capture buffer and capture twice to each vb2 buffer. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-dm