Re: [PATCHv17 29/34] v4l2-mem2mem: add vb2_m2m_request_queue

2018-08-14 Thread Hans Verkuil
On 13/08/18 17:02, Mauro Carvalho Chehab wrote: > Em Sat, 4 Aug 2018 14:45:21 +0200 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> For mem2mem devices we have to make sure that v4l2_m2m_try_schedule() >> is called whenever a request is queued. >> >> We do that by creating a

Re: [PATCHv17 29/34] v4l2-mem2mem: add vb2_m2m_request_queue

2018-08-13 Thread Mauro Carvalho Chehab
Em Sat, 4 Aug 2018 14:45:21 +0200 Hans Verkuil escreveu: > From: Hans Verkuil > > For mem2mem devices we have to make sure that v4l2_m2m_try_schedule() > is called whenever a request is queued. > > We do that by creating a vb2_m2m_request_queue() helper that should > be used instead of the

[PATCHv17 29/34] v4l2-mem2mem: add vb2_m2m_request_queue

2018-08-04 Thread Hans Verkuil
From: Hans Verkuil For mem2mem devices we have to make sure that v4l2_m2m_try_schedule() is called whenever a request is queued. We do that by creating a vb2_m2m_request_queue() helper that should be used instead of the 'normal' vb2_request_queue() helper. The m2m helper function will call