[V2 6/7] video: mmp: calculate pitch value when fb set win

Daniel Drake dsd at laptop.org
Fri Jun 21 13:31:05 EDT 2013


On Mon, Jun 10, 2013 at 9:53 AM, Jett.Zhou <jtzhou at marvell.com> wrote:
> From: Jing Xiang <jxiang at marvell.com>
>
> Add new func mmpfb_set_win to make code clean, it will calculate pitch
> value when fb set win in mmpfb_set_win.

It looks like a good idea to create a function for setting window
parameters from fb info, but this patch also starts to write into the
pitch[] fields which are not used anywhere. You should rework these
patches so that the pitch field is introduced, set, and consumed all
in the same patch.

The commit message for the patch that added pitch[] seems to suggest
that pitch[1] and pitch[2] are used for YUV formats. But in the code
posted here, they will not be used for PIXFMT_YUYV, PIXFMT_UYVY, etc.

Thanks,
Daniel



More information about the linux-arm-kernel mailing list