Re: [PATCH v4 0/3] fbdev: Add FOURCC-based format configuration API

2011-12-13 Thread Laurent Pinchart
Hi Geert, On Tuesday 13 December 2011 11:47:02 Geert Uytterhoeven wrote: > On Tue, Dec 13, 2011 at 01:40, Laurent Pinchart wrote: > >> I think you also want to do something with red, green, blue, transp when > >> entering FOURCC mode, at least setting them to zero or maybe even > >> requiring that

Re: [PATCH v4 0/3] fbdev: Add FOURCC-based format configuration API

2011-12-13 Thread Geert Uytterhoeven
On Tue, Dec 13, 2011 at 01:40, Laurent Pinchart wrote: >> I think you also want to do something with red, green, blue, transp when >> entering FOURCC mode, at least setting them to zero or maybe even requiring >> that they are zero to enter FOURCC mode (as additional safety barrier). > > Agreed. T

Re: [PATCH v4 0/3] fbdev: Add FOURCC-based format configuration API

2011-12-12 Thread Laurent Pinchart
Hi Florian, On Monday 12 December 2011 19:49:38 Florian Tobias Schandinat wrote: > On 12/12/2011 04:08 PM, Laurent Pinchart wrote: > > On Tuesday 29 November 2011 11:26:56 Laurent Pinchart wrote: > >> Hi everybody, > >> > >> Here's the fourth version of the fbdev FOURCC-based format configuration

Re: [PATCH v4 0/3] fbdev: Add FOURCC-based format configuration API

2011-12-12 Thread Florian Tobias Schandinat
Hi Laurent, On 12/12/2011 04:08 PM, Laurent Pinchart wrote: > Hi Florian, > > On Tuesday 29 November 2011 11:26:56 Laurent Pinchart wrote: >> Hi everybody, >> >> Here's the fourth version of the fbdev FOURCC-based format configuration >> API. > > Is there a chance this will make it to v3.3 ? Ye

Re: [PATCH v4 0/3] fbdev: Add FOURCC-based format configuration API

2011-12-12 Thread Laurent Pinchart
Hi Florian, On Tuesday 29 November 2011 11:26:56 Laurent Pinchart wrote: > Hi everybody, > > Here's the fourth version of the fbdev FOURCC-based format configuration > API. Is there a chance this will make it to v3.3 ? -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the li

[PATCH v4 0/3] fbdev: Add FOURCC-based format configuration API

2011-11-29 Thread Laurent Pinchart
Hi everybody, Here's the fourth version of the fbdev FOURCC-based format configuration API. The third version nearly got merged, but we noticed that gcc choked on anonymous union initializers. This has been fixed in gcc 4.6, but I don't have the power to force Linux to set the base gcc version to