media: staging: rkisp1: rsz: fix resolution limitation on sink pad
authorHelen Koike <helen.koike@collabora.com>
Wed, 17 Jun 2020 18:08:01 +0000 (20:08 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sat, 4 Jul 2020 10:41:36 +0000 (12:41 +0200)
commit906dceb48dfa1e7c99c32e6b25878d47023e916b
treec776c52cefceb57ccb820994af100125bdabee81
parent2f00f3a4916c546582060d114b4b96286ab3451e
media: staging: rkisp1: rsz: fix resolution limitation on sink pad

Resizer sink pad is limited by what the ISP can generate.
The configurations describes what the resizer can produce.

This was tested on a Scarlet device with ChromiumOs, where the selfpath
receives 2592x1944 and produces 1600x1200 (which isn't possible without
this fix).

Fixes: 56e3b29f9f6b2 ("media: staging: rkisp1: add streaming paths")
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Reviewed-by: Tomasz Figa <tfiga@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/rkisp1/rkisp1-resizer.c