Re: [RFC PATCH 1/3] v4l: vsp1: Register pipe with output WPF

2017-03-03 Thread Kieran Bingham
Hi Laurent, Thanks for the review, On 03/03/17 01:57, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Wednesday 01 Mar 2017 13:12:54 Kieran Bingham wrote: >> The DRM object does not register the pipe with the WPF object. This is >> used internally throughout the driver

Re: [RFC PATCH 1/3] v4l: vsp1: Register pipe with output WPF

2017-03-02 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Wednesday 01 Mar 2017 13:12:54 Kieran Bingham wrote: > The DRM object does not register the pipe with the WPF object. This is > used internally throughout the driver as a means of accessing the pipe. > As such this breaks operations which require access to t

[RFC PATCH 1/3] v4l: vsp1: Register pipe with output WPF

2017-03-01 Thread Kieran Bingham
The DRM object does not register the pipe with the WPF object. This is used internally throughout the driver as a means of accessing the pipe. As such this breaks operations which require access to the pipe from WPF interrupts. Register the pipe inside the WPF object after it has been declared as