Re: [PATCH 16/28] gpu: ipu-v3: Add ipu_stride_to_bytes()

2014-07-31 Thread Philipp Zabel
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam: > Adds ipu_stride_to_bytes(), which converts a pixel stride to bytes, > suitable for passing to cpmem. This is not IPU specific. You already have the bytesperline information from the V4L2 driver or have to calculate it there, and

[PATCH 16/28] gpu: ipu-v3: Add ipu_stride_to_bytes()

2014-06-25 Thread Steve Longerbeam
Adds ipu_stride_to_bytes(), which converts a pixel stride to bytes, suitable for passing to cpmem. Signed-off-by: Steve Longerbeam --- drivers/gpu/ipu-v3/ipu-common.c | 30 ++ include/video/imx-ipu-v3.h |1 + 2 files changed, 31 insertions(+) diff --git a/