mbox series

[0/3] media: camss: extend VIDIOC_ENUM_* ioctls support

Message ID 20200814205403.27639-1-andrey.konovalov@linaro.org
Headers show
Series media: camss: extend VIDIOC_ENUM_* ioctls support | expand

Message

Andrey Konovalov Aug. 14, 2020, 8:54 p.m. UTC
The first two patches add mbus_code filtering support to VIDIOC_ENUM_FMT
implementation, and VIDIOC_ENUM_FRAMESIZES support.

The minimum and the maximum frame size values are deduced from
__video_try_fmt() code.

The third patch replaces harcoded limits in __video_try_fmt() with
the definitions introduced by the second patch.

Andrey Konovalov (3):
  media: camss: Make use of V4L2_CAP_IO_MC
  media: camss: add support for vidioc_enum_framesizes ioctl
  media: camss: __video_try_fmt(): don't use hardcoded constants

 .../media/platform/qcom/camss/camss-video.c   | 112 +++++++++++++++---
 1 file changed, 95 insertions(+), 17 deletions(-)

-- 
2.17.1