mbox series

[v2,0/3] Fix imx7-media-csi format settings

Message ID 20230418071439.197735-1-alexander.stein@ew.tq-group.com
Headers show
Series Fix imx7-media-csi format settings | expand

Message

Alexander Stein April 18, 2023, 7:14 a.m. UTC
Hi all,

this v2 splits the previous patch ([1]) into dedicated patches.
Patch 1 removes the calls for converting the pix_format to mbus_framefmt and
back again while applying the hardware limits to width and height.
The bytesperline and sizeimage fields are set correctly as well.
Together with patch 2 v4l2-compliance errors are gone.

Best regards,
Alexander

[1] https://patchwork.linuxtv.org/project/linux-media/patch/20230406135637.257580-1-alexander.stein@ew.tq-group.com/

Alexander Stein (3):
  media: imx: imx7-media-csi: Get rid of superfluous call to
    imx7_csi_mbus_fmt_to_pix_fmt
  media: imx: imx7-media-csi: Remove interlave fields
  media: imx: imx7-media-csi: Lift width constraints for 8bpp formats

 drivers/media/platform/nxp/imx7-media-csi.c | 22 ++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)