commit | dd4191054b92b08c585ab8ebaa68ac996398964d | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Mon Feb 15 05:27:27 2021 +0100 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Mar 11 11:59:52 2021 +0100 |
tree | ccef679484317bac2a0f0269b1a574fc3451c6dd | |
parent | 5c7cf0f3f006e270e04cafb638cdefb41101c2a5 [diff] |
media: imx: imx7_mipi_csis: Fix input size alignment The alignments given to the v4l_bound_align_image() are expressed in bytes, while the function expects them to be expressed as a power of two. Fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>