]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commit3130c45c2ba357d0f495f178fc34b6b76c215596
tree792adf8b5c2bb82447afc672ed02bff7f2d6fc1c
parent0cd5d896a192887041f4030c1d388099a572322e
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