Re: [PATCH v2 06/22] media: Media Controller non-locking __media_entity_pipeline_start/stop()

2016-02-04 Thread Shuah Khan
On 02/04/2016 02:18 AM, Mauro Carvalho Chehab wrote: > Em Wed, 03 Feb 2016 21:03:38 -0700 > Shuah Khan escreveu: > >> Add non-locking __media_entity_pipeline_start/stop() interfaces >> to be called from code paths that hold the graph_mutex. For this >> change, the media_entity_pipeline_start()

Re: [PATCH v2 06/22] media: Media Controller non-locking __media_entity_pipeline_start/stop()

2016-02-04 Thread Mauro Carvalho Chehab
Em Wed, 03 Feb 2016 21:03:38 -0700 Shuah Khan escreveu: > Add non-locking __media_entity_pipeline_start/stop() interfaces > to be called from code paths that hold the graph_mutex. For this > change, the media_entity_pipeline_start() routine is renamed to > __media_entity_pipeline_start() minus

Re: [PATCH v2 06/22] media: Media Controller non-locking __media_entity_pipeline_start/stop()

2016-02-04 Thread Shuah Khan
On 02/04/2016 02:18 AM, Mauro Carvalho Chehab wrote: > Em Wed, 03 Feb 2016 21:03:38 -0700 > Shuah Khan escreveu: > >> Add non-locking __media_entity_pipeline_start/stop() interfaces >> to be called from code paths that hold the graph_mutex. For this >> change, the

Re: [PATCH v2 06/22] media: Media Controller non-locking __media_entity_pipeline_start/stop()

2016-02-04 Thread Mauro Carvalho Chehab
Em Wed, 03 Feb 2016 21:03:38 -0700 Shuah Khan escreveu: > Add non-locking __media_entity_pipeline_start/stop() interfaces > to be called from code paths that hold the graph_mutex. For this > change, the media_entity_pipeline_start() routine is renamed to >

[PATCH v2 06/22] media: Media Controller non-locking __media_entity_pipeline_start/stop()

2016-02-03 Thread Shuah Khan
Add non-locking __media_entity_pipeline_start/stop() interfaces to be called from code paths that hold the graph_mutex. For this change, the media_entity_pipeline_start() routine is renamed to __media_entity_pipeline_start() minus the graph_mutex lock and unlock. media_entity_pipeline_start() now

[PATCH v2 06/22] media: Media Controller non-locking __media_entity_pipeline_start/stop()

2016-02-03 Thread Shuah Khan
Add non-locking __media_entity_pipeline_start/stop() interfaces to be called from code paths that hold the graph_mutex. For this change, the media_entity_pipeline_start() routine is renamed to __media_entity_pipeline_start() minus the graph_mutex lock and unlock. media_entity_pipeline_start() now