Re: [PATCH] m2m-deinterlace: use struct v4l2_fh

2019-07-21 Thread Ezequiel Garcia
On Wed, 2019-07-17 at 11:36 +0200, Hans Verkuil wrote: > Convert this driver to use struct v4l2_fh and as a result switch to > using vb2/v4l2_mem2mem helper functions as well. > > Signed-off-by: Hans Verkuil > --- > Tested on an omap4 board, after additional hacking of this driver to > make it wo

[PATCH] m2m-deinterlace: use struct v4l2_fh

2019-07-17 Thread Hans Verkuil
Convert this driver to use struct v4l2_fh and as a result switch to using vb2/v4l2_mem2mem helper functions as well. Signed-off-by: Hans Verkuil --- Tested on an omap4 board, after additional hacking of this driver to make it work on omap4. --- drivers/media/platform/m2m-deinterlace.c | 124