Re: [PATCH 00/12] Intel IPU3 ImgU patchset

2017-06-15 Thread Sakari Ailus
On Thu, Jun 15, 2017 at 11:26:05AM +0300, Andy Shevchenko wrote: > On Thu, Jun 15, 2017 at 1:26 AM, Sakari Ailus wrote: > > On Mon, Jun 05, 2017 at 09:46:59PM +0100, Alan Cox wrote: > > >> and a pointer to the firmware (which ideally should go into the standard > >> Linux

Re: [PATCH 00/12] Intel IPU3 ImgU patchset

2017-06-15 Thread Andy Shevchenko
On Thu, Jun 15, 2017 at 1:26 AM, Sakari Ailus wrote: > On Mon, Jun 05, 2017 at 09:46:59PM +0100, Alan Cox wrote: >> and a pointer to the firmware (which ideally should go into the standard >> Linux firmware git) > > Good question. Let me see what I can find. Just a side

Re: [PATCH 00/12] Intel IPU3 ImgU patchset

2017-06-14 Thread Sakari Ailus
Hi Alan, On Mon, Jun 05, 2017 at 09:46:59PM +0100, Alan Cox wrote: > > data structures used by the firmware and the hardware. On top of that, > > the algorithms require highly specialized user space to make meaningful > > use of them. For these reasons it has been chosen video buffers to pass > >

Re: [PATCH 00/12] Intel IPU3 ImgU patchset

2017-06-06 Thread Hans Verkuil
On 05/06/17 22:39, Yong Zhi wrote: > This patchset adds support for the Intel IPU3 (Image Processing Unit) > ImgU which is essentially a modern memory-to-memory ISP. It implements > raw Bayer to YUV image format conversion as well as a large number of > other pixel processing algorithms for

Re: [PATCH 00/12] Intel IPU3 ImgU patchset

2017-06-05 Thread Alan Cox
> data structures used by the firmware and the hardware. On top of that, > the algorithms require highly specialized user space to make meaningful > use of them. For these reasons it has been chosen video buffers to pass > the parameters to the device. You should provide a pointer to the relevant

[PATCH 00/12] Intel IPU3 ImgU patchset

2017-06-05 Thread Yong Zhi
This patchset adds support for the Intel IPU3 (Image Processing Unit) ImgU which is essentially a modern memory-to-memory ISP. It implements raw Bayer to YUV image format conversion as well as a large number of other pixel processing algorithms for improving the image quality. Meta data formats