Re: [PATCH v4 6/7] vsp1: Fix lack of the sink entity registration for enabled links

2013-08-01 Thread Sakari Ailus
Hi Laurent, On Thu, Aug 01, 2013 at 12:48:39AM +0200, Laurent Pinchart wrote: > Hi Sakari, > > On Thursday 01 August 2013 00:29:21 Sakari Ailus wrote: > > On Wed, Jul 31, 2013 at 05:52:33PM +0200, Laurent Pinchart wrote: > > > From: Katsuya Matsubara > > > > > > Each source entity maintains a p

Re: [PATCH v4 6/7] vsp1: Fix lack of the sink entity registration for enabled links

2013-07-31 Thread Laurent Pinchart
Hi Sakari, On Thursday 01 August 2013 00:29:21 Sakari Ailus wrote: > On Wed, Jul 31, 2013 at 05:52:33PM +0200, Laurent Pinchart wrote: > > From: Katsuya Matsubara > > > > Each source entity maintains a pointer to the counterpart sink > > entity while an enabled link connects them. It should be m

Re: [PATCH v4 6/7] vsp1: Fix lack of the sink entity registration for enabled links

2013-07-31 Thread Sakari Ailus
Hi Laurent, On Wed, Jul 31, 2013 at 05:52:33PM +0200, Laurent Pinchart wrote: > From: Katsuya Matsubara > > Each source entity maintains a pointer to the counterpart sink > entity while an enabled link connects them. It should be managed by > the setup_link callback in the media controller frame

[PATCH v4 6/7] vsp1: Fix lack of the sink entity registration for enabled links

2013-07-31 Thread Laurent Pinchart
From: Katsuya Matsubara Each source entity maintains a pointer to the counterpart sink entity while an enabled link connects them. It should be managed by the setup_link callback in the media controller framework at runtime. However, enabled links which connect RPFs and WPFs that have an equivale