Re: [PATCH 1/2] [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does

2015-06-26 Thread Sylwester Nawrocki
On 26/06/15 11:02, Philipp Zabel wrote: > Am Freitag, den 26.06.2015, 10:28 +0200 schrieb Sylwester Nawrocki: > [...] > >> How about modifying v4l2_m2m_ioctl_reqbufs() instead ? >>> > > >>> > > The coda, gsc-m2m, m2m-deinterlace, mx2_emmaprp, and sh_veu drivers all >>> > > have their own impl

Re: [PATCH 1/2] [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does

2015-06-26 Thread Philipp Zabel
Am Freitag, den 26.06.2015, 10:28 +0200 schrieb Sylwester Nawrocki: [...] > >> How about modifying v4l2_m2m_ioctl_reqbufs() instead ? > > > > The coda, gsc-m2m, m2m-deinterlace, mx2_emmaprp, and sh_veu drivers all > > have their own implementation of vidioc_reqbufs that call > > v4l2_m2m_reqbufs d

Re: [PATCH 1/2] [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does

2015-06-26 Thread Sylwester Nawrocki
Hi Philipp, On 25/06/15 17:12, Philipp Zabel wrote: > Am Donnerstag, den 25.06.2015, 15:11 +0200 schrieb Sylwester Nawrocki: >> On 25/06/15 12:01, Philipp Zabel wrote: >>> Signed-off-by: Philipp Zabel >>> --- >>> drivers/media/v4l2-core/v4l2-mem2mem.c | 9 - >>> 1 file changed, 8 inserti

Re: [PATCH 1/2] [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does

2015-06-25 Thread Philipp Zabel
Hi Kamil, Am Donnerstag, den 25.06.2015, 15:10 +0100 schrieb Kamil Debski: > Hi Philipp, > > On 25 June 2015 at 11:01, Philipp Zabel wrote: > > Signed-off-by: Philipp Zabel > > Please add the patch description no matter how simple it is and how > well the subject covers the content of the patc

Re: [PATCH 1/2] [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does

2015-06-25 Thread Philipp Zabel
Hi Sylwester, Am Donnerstag, den 25.06.2015, 15:11 +0200 schrieb Sylwester Nawrocki: > Hello Philipp, > > On 25/06/15 12:01, Philipp Zabel wrote: > > Signed-off-by: Philipp Zabel > > --- > > drivers/media/v4l2-core/v4l2-mem2mem.c | 9 - > > 1 file changed, 8 insertions(+), 1 deletion(-)

Re: [PATCH 1/2] [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does

2015-06-25 Thread Kamil Debski
Hi Philipp, On 25 June 2015 at 11:01, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel Please add the patch description no matter how simple it is and how well the subject covers the content of the patch. Best wishes, Kamil > --- > drivers/media/v4l2-core/v4l2-mem2mem.c | 9 - > 1

Re: [PATCH 1/2] [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does

2015-06-25 Thread Sylwester Nawrocki
Hello Philipp, On 25/06/15 12:01, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > --- > drivers/media/v4l2-core/v4l2-mem2mem.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/drivers/media/v4l2-core/v4l2-mem2mem.c > b/drivers/media/v4l2-core/v4l2-mem2mem.

[PATCH 1/2] [media] v4l2-mem2mem: set the queue owner field just as vb2_ioctl_reqbufs does

2015-06-25 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- drivers/media/v4l2-core/v4l2-mem2mem.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/media/v4l2-core/v4l2-mem2mem.c b/drivers/media/v4l2-core/v4l2-mem2mem.c index dc853e5..511caaa 100644 --- a/drivers/media/v4l2-core/v4l2-mem