commit | 4e0e620ce713893b2883522a16a71b5589e8e3db | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed Mar 21 08:03:24 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue May 15 16:10:03 2012 -0300 |
tree | 4832070df5b89a6a231bff603e9c9700b3c280f5 | |
parent | ad3b81faa1db60b2052f5f5a6ddae712f51b2dff [diff] |
[media] soc-camera: Fix bytes per line computation for planar formats The V4L2 specification defines bytesperline for planar formats as the number of bytes per line for the largest plane. Modify soc_mbus_bytes_per_line() accordingly. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>