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

2011-11-11 Thread Mauro Carvalho Chehab
Em 11-11-2011 14:31, Florian Tobias Schandinat escreveu: > On 09/18/2011 08:49 PM, Laurent Pinchart wrote: >>> As the second patch has nothing to do with fbdev it should go mainline via >>> V4L2. Any problems/comments? >> >> The NV24/42 patch will need to reach mainline before the sh_mobile_lcdc YU

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

2011-11-11 Thread Florian Tobias Schandinat
On 09/18/2011 08:49 PM, Laurent Pinchart wrote: >> As the second patch has nothing to do with fbdev it should go mainline via >> V4L2. Any problems/comments? > > The NV24/42 patch will need to reach mainline before the sh_mobile_lcdc YUV > API patch, or compilation will break. > > Mauro, what's

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

2011-09-18 Thread Laurent Pinchart
Hi Florian, On Sunday 18 September 2011 21:49:09 Florian Tobias Schandinat wrote: > Hi all, > > as there was no reaction to this patch series I am scheduling it for 3.3 > merge window (3.2 seems too close to me as this is an API change). That's fine with me. > As the second patch has nothing to

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

2011-09-18 Thread Florian Tobias Schandinat
Hi all, as there was no reaction to this patch series I am scheduling it for 3.3 merge window (3.2 seems too close to me as this is an API change). As the second patch has nothing to do with fbdev it should go mainline via V4L2. Any problems/comments? Best regards, Florian Tobias Schandinat

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

2011-08-31 Thread Laurent Pinchart
Hi everybody, Here's the third version of the fbdev FOURCC-based format configuration API. Compared to the previous version, I've added an FB_TYPE_FOURCC in addition to FB_VISUAL_FOURCC, fixed the documentation (thanks to Geert for reviewing it and explaining how fbdev bitplanes work) and fixed b