Re: [RFC/PATCH v4 03/11] media: Entities, pads and links

2010-09-14 Thread Laurent Pinchart
Hi Mauro, On Thursday 09 September 2010 02:41:54 Mauro Carvalho Chehab wrote: Em 20-08-2010 12:29, Laurent Pinchart escreveu: [snip] diff --git a/drivers/media/media-device.c b/drivers/media/media-device.c index 781c641..eeb002e 100644 --- a/drivers/media/media-device.c +++

Re: [RFC/PATCH v4 03/11] media: Entities, pads and links

2010-09-08 Thread Mauro Carvalho Chehab
Em 20-08-2010 12:29, Laurent Pinchart escreveu: As video hardware pipelines become increasingly complex and configurable, the current hardware description through v4l2 subdevices reaches its limits. In addition to enumerating and configuring subdevices, video camera drivers need a way to

Re: [RFC/PATCH v4 03/11] media: Entities, pads and links

2010-09-01 Thread Laurent Pinchart
Hi Hans, On Saturday 28 August 2010 12:31:29 Hans Verkuil wrote: +#define MEDIA_ENTITY_TYPE_NODE (1 MEDIA_ENTITY_TYPE_SHIFT) +#define MEDIA_ENTITY_TYPE_NODE_V4L (MEDIA_ENTITY_TYPE_NODE + 1) +#define MEDIA_ENTITY_TYPE_NODE_FB (MEDIA_ENTITY_TYPE_NODE +

[RFC/PATCH v4 03/11] media: Entities, pads and links

2010-08-20 Thread Laurent Pinchart
As video hardware pipelines become increasingly complex and configurable, the current hardware description through v4l2 subdevices reaches its limits. In addition to enumerating and configuring subdevices, video camera drivers need a way to discover and modify at runtime how those subdevices are