Re: [PATCH] rcar-vin: Use bytes per line instead of width for UV offset

2019-09-11 Thread Ezequiel Garcia
Hello Niklas, On Thu, 2019-09-05 at 23:25 +0200, Niklas Söderlund wrote: > The image size is doubled for NV16 and is calculated as bytesperline * > height * 2 to accommodate the split of UV data. When writing the offset > to hardware width is used instead of bytesperline, fix this. > > Signed-off

Re: [PATCH] rcar-vin: Use bytes per line instead of width for UV offset

2019-09-11 Thread Kieran Bingham
Hi Niklas, On 05/09/2019 22:25, Niklas Söderlund wrote: > The image size is doubled for NV16 and is calculated as bytesperline * > height * 2 to accommodate the split of UV data. When writing the offset > to hardware width is used instead of bytesperline, fix this. s/hardware width/hardware, the

[PATCH] rcar-vin: Use bytes per line instead of width for UV offset

2019-09-05 Thread Niklas Söderlund
The image size is doubled for NV16 and is calculated as bytesperline * height * 2 to accommodate the split of UV data. When writing the offset to hardware width is used instead of bytesperline, fix this. Signed-off-by: Niklas Söderlund --- drivers/media/platform/rcar-vin/rcar-dma.c | 4 ++-- 1 f