Re: [PATCH 05/19] media: Move media graph state for streamon/off to the pipeline

2015-11-03 Thread Sakari Ailus
Hi Mauro, On Wed, Oct 28, 2015 at 09:38:47AM +0900, Mauro Carvalho Chehab wrote: > Em Tue, 27 Oct 2015 01:01:36 +0200 > Sakari Ailus escreveu: > > > The struct media_entity_graph was allocated in the stack, limiting the > > number of entities that could be reasonably allocated. Instead, move the

Re: [PATCH 05/19] media: Move media graph state for streamon/off to the pipeline

2015-10-27 Thread Mauro Carvalho Chehab
Em Tue, 27 Oct 2015 01:01:36 +0200 Sakari Ailus escreveu: > The struct media_entity_graph was allocated in the stack, limiting the > number of entities that could be reasonably allocated. Instead, move the > struct to struct media_pipeline which is typically allocated using > kmalloc() instead. >

[PATCH 05/19] media: Move media graph state for streamon/off to the pipeline

2015-10-26 Thread Sakari Ailus
The struct media_entity_graph was allocated in the stack, limiting the number of entities that could be reasonably allocated. Instead, move the struct to struct media_pipeline which is typically allocated using kmalloc() instead. The intent is to keep the enumeration around for later use for the d