[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Archit Taneja
Hi, On 10/18/2016 04:11 AM, Laurent Pinchart wrote: > Hello, > > Various pieces of information about DRM formats (number of planes, color > depth, chroma subsampling, ...) are scattered across different helper > functions in the DRM core. Callers of those functions often need to access > more

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Laurent Pinchart
On Tuesday 18 Oct 2016 15:45:14 Ville Syrjälä wrote: > On Tue, Oct 18, 2016 at 03:33:29PM +0300, Laurent Pinchart wrote: > > On Tuesday 18 Oct 2016 14:43:18 Ville Syrjälä wrote: > >> On Tue, Oct 18, 2016 at 01:41:08AM +0300, Laurent Pinchart wrote: > >>> Hello, > >>> > >>> Various pieces of

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Ville Syrjälä
On Tue, Oct 18, 2016 at 03:33:29PM +0300, Laurent Pinchart wrote: > Hi Ville, > > On Tuesday 18 Oct 2016 14:43:18 Ville Syrjälä wrote: > > On Tue, Oct 18, 2016 at 01:41:08AM +0300, Laurent Pinchart wrote: > > > Hello, > > > > > > Various pieces of information about DRM formats (number of

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Laurent Pinchart
Hi Ville, On Tuesday 18 Oct 2016 14:43:18 Ville Syrjälä wrote: > On Tue, Oct 18, 2016 at 01:41:08AM +0300, Laurent Pinchart wrote: > > Hello, > > > > Various pieces of information about DRM formats (number of planes, color > > depth, chroma subsampling, ...) are scattered across different

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Ville Syrjälä
On Tue, Oct 18, 2016 at 01:41:08AM +0300, Laurent Pinchart wrote: > Hello, > > Various pieces of information about DRM formats (number of planes, color > depth, chroma subsampling, ...) are scattered across different helper > functions in the DRM core. Callers of those functions often need to

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Laurent Pinchart
Hello, Various pieces of information about DRM formats (number of planes, color depth, chroma subsampling, ...) are scattered across different helper functions in the DRM core. Callers of those functions often need to access more than a single parameter of the format, leading to inefficiencies