]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: omap3isp: ispccp2: always clamp in ccp2_try_format()
authorHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 7 Oct 2025 15:06:43 +0000 (17:06 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 6 Jan 2026 07:22:46 +0000 (08:22 +0100)
commitccd797968922e5e6d0e59aa4883c432e5c906a4b
treec37fb42a923aedadc0099533e9978df55fc48b07
parent44c383116d3587662661e94e75842d92fb3a4bee
media: omap3isp: ispccp2: always clamp in ccp2_try_format()

If ccp2->input == CCP2_INPUT_NONE, then try_format didn't clamp
the width and height. This can happen with v4l2-compliance tests.

Always clamp.

This fixes this v4l2-compliance error:

fail: v4l2-test-subdevs.cpp(171): fse.max_width == ~0U || fse.max_height == ~0U
fail: v4l2-test-subdevs.cpp(270): ret && ret != ENOTTY
test Try VIDIOC_SUBDEV_ENUM_MBUS_CODE/FRAME_SIZE/FRAME_INTERVAL: FAIL

Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/media/platform/ti/omap3isp/ispccp2.c