media: atmel: atmel-isi: initialize the try_crop for the pads in try_fmt
authorEugen Hristev <eugen.hristev@microchip.com>
Fri, 29 Nov 2019 14:10:43 +0000 (15:10 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Dec 2019 09:17:49 +0000 (10:17 +0100)
commitad85a9bb3ec42fc2fe86d19b7c52d2bd598548b5
treefa1aa3cefe997bef5fb02c518106370949e30c06
parente34eb98e5f70eb7c9a26cf16f0e64c5e1ff7ce30
media: atmel: atmel-isi: initialize the try_crop for the pads in try_fmt

When requesting format from sensor, some sensors call the
subdev_get_try_crop which for ISI was not properly initialized, and this
causes errors in determining proper image resolutions.
To accommodate for this, when trying a format (in try_fmt), first attempt
to obtain the framesize for this format from sensor.
In case this fails, use the maximum ISI width/height as try_crop, otherwise
provide the first size height/width from the sensor.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/atmel/atmel-isi.c