[PATCH v3 02/15] drm: Centralize format information

2016-09-08 Thread Laurent Pinchart
Hello Daniel and Ville, On Thursday 09 Jun 2016 17:13:15 Ville Syrjälä wrote: > On Thu, Jun 09, 2016 at 03:29:10PM +0200, Daniel Vetter wrote: > > On Thu, Jun 09, 2016 at 04:05:11PM +0300, Ville Syrjälä wrote: > >> On Thu, Jun 09, 2016 at 02:40:28PM +0200, Daniel Vetter wrote: > >>> On Thu, Ju

[PATCH v3 02/15] drm: Centralize format information

2016-06-09 Thread Ville Syrjälä
On Thu, Jun 09, 2016 at 03:29:10PM +0200, Daniel Vetter wrote: > On Thu, Jun 09, 2016 at 04:05:11PM +0300, Ville Syrjälä wrote: > > On Thu, Jun 09, 2016 at 02:40:28PM +0200, Daniel Vetter wrote: > > > On Thu, Jun 09, 2016 at 03:23:17PM +0300, Ville Syrjälä wrote: > > > > On Thu, Jun 09, 2016 at

[PATCH v3 02/15] drm: Centralize format information

2016-06-09 Thread Ville Syrjälä
On Thu, Jun 09, 2016 at 02:40:28PM +0200, Daniel Vetter wrote: > On Thu, Jun 09, 2016 at 03:23:17PM +0300, Ville Syrjälä wrote: > > On Thu, Jun 09, 2016 at 10:52:23AM +0200, Daniel Vetter wrote: > > > On Thu, Jun 09, 2016 at 02:32:06AM +0300, Laurent Pinchart wrote: > > > > Various pieces of info

[PATCH v3 02/15] drm: Centralize format information

2016-06-09 Thread Daniel Vetter
On Thu, Jun 09, 2016 at 04:05:11PM +0300, Ville Syrjälä wrote: > On Thu, Jun 09, 2016 at 02:40:28PM +0200, Daniel Vetter wrote: > > On Thu, Jun 09, 2016 at 03:23:17PM +0300, Ville Syrjälä wrote: > > > On Thu, Jun 09, 2016 at 10:52:23AM +0200, Daniel Vetter wrote: > > > > On Thu, Jun 09, 2016 at

[PATCH v3 02/15] drm: Centralize format information

2016-06-09 Thread Ville Syrjälä
On Thu, Jun 09, 2016 at 10:52:23AM +0200, Daniel Vetter wrote: > On Thu, Jun 09, 2016 at 02:32:06AM +0300, Laurent Pinchart wrote: > > Various pieces of information about DRM formats (number of planes, color > > depth, chroma subsampling, ...) are scattered across different helper > > functions in

[PATCH v3 02/15] drm: Centralize format information

2016-06-09 Thread Daniel Vetter
On Thu, Jun 09, 2016 at 03:23:17PM +0300, Ville Syrjälä wrote: > On Thu, Jun 09, 2016 at 10:52:23AM +0200, Daniel Vetter wrote: > > On Thu, Jun 09, 2016 at 02:32:06AM +0300, Laurent Pinchart wrote: > > > Various pieces of information about DRM formats (number of planes, color > > > depth, chroma

[PATCH v3 02/15] drm: Centralize format information

2016-06-09 Thread Daniel Vetter
On Thu, Jun 09, 2016 at 02:32:06AM +0300, Laurent Pinchart wrote: > 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 th

[PATCH v3 02/15] drm: Centralize format information

2016-06-09 Thread Laurent Pinchart
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 due to mult

[PATCH v3 02/15] drm: Centralize format information

2016-06-09 Thread Laurent Pinchart
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 due to mult