Re: [PATCH] mx2_emmaprp: use struct v4l2_fh

2019-07-21 Thread Ezequiel Garcia
On Wed, 2019-07-17 at 15:43 +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. > > Only compile-tested due to lack of hardware. This driver is however > very similar to the m2m-deinterlace driver in th

[PATCH] mx2_emmaprp: 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. Only compile-tested due to lack of hardware. This driver is however very similar to the m2m-deinterlace driver in this respect, and that v4l2_fh conversion has been properly tested.