]> git.baikalelectronics.ru Git - kernel.git/commit
media: imx: Fix some pixel format selections
authorSteve Longerbeam <slongerbeam@gmail.com>
Mon, 6 Apr 2020 16:38:59 +0000 (18:38 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 21 Apr 2020 11:16:07 +0000 (13:16 +0200)
commit8def8713436bcbab9991b0d9485c6f0d6c13c4a1
tree792adf8b5c2bb82447afc672ed02bff7f2d6fc1c
parent470b29e39a023c78d7702d2997e694167cf8e431
media: imx: Fix some pixel format selections

- imx_media_capture_device_register() needs to use CS_SEL_ANY when
  finding the format from the attached source subdevice, because the
  source can be a CSI which supports bayer, and the CSI may have selected
  a bayer format when it registered.

- Likewise, imx_media_init_mbus_fmt() is called from the CSI, so the
  function may be passed a bayer code. Use CS_SEL_ANY when locating
  the format.

Signed-off-by: Steve Longerbeam <slongerbeam@gmail.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/imx/imx-media-capture.c
drivers/staging/media/imx/imx-media-utils.c