Re: [PATCH 2/7] gpu: ipu-v3: image-convert: move output seam valid interval calculation into find_best_seam

2019-08-14 Thread Philipp Zabel
On Wed, 2019-08-14 at 13:54 +0200, Philipp Zabel wrote: > This reduces code duplication and allows to easily calculate the valid > interval for the input seam position in the same place. > > Signed-off-by: Philipp Zabel > --- > drivers/gpu/ipu-v3/ipu-image-convert.c | 30

[PATCH 2/7] gpu: ipu-v3: image-convert: move output seam valid interval calculation into find_best_seam

2019-08-14 Thread Philipp Zabel
This reduces code duplication and allows to easily calculate the valid interval for the input seam position in the same place. Signed-off-by: Philipp Zabel --- drivers/gpu/ipu-v3/ipu-image-convert.c | 30 +++--- 1 file changed, 12 insertions(+), 18 deletions(-) diff --git