Re: [RFC PATCH 06/20] lib: Add video format information library

2019-03-21 Thread Boris Brezillon
On Thu, 21 Mar 2019 09:20:41 +0100 Maxime Ripard wrote: > Hi Boris, > > On Wed, Mar 20, 2019 at 02:39:44PM +0100, Boris Brezillon wrote: > > On Tue, 19 Mar 2019 22:57:11 +0100 > > Maxime Ripard wrote: > > > > > Move the DRM formats API to turn this into a more generic image formats > > > API

Re: [RFC PATCH 06/20] lib: Add video format information library

2019-03-21 Thread Maxime Ripard
Hi Boris, On Wed, Mar 20, 2019 at 02:39:44PM +0100, Boris Brezillon wrote: > On Tue, 19 Mar 2019 22:57:11 +0100 > Maxime Ripard wrote: > > > Move the DRM formats API to turn this into a more generic image formats API > > to be able to leverage it into some other places of the kernel, such as > >

Re: [RFC PATCH 06/20] lib: Add video format information library

2019-03-20 Thread Boris Brezillon
On Tue, 19 Mar 2019 22:57:11 +0100 Maxime Ripard wrote: > Move the DRM formats API to turn this into a more generic image formats API > to be able to leverage it into some other places of the kernel, such as > v4l2 drivers. > > Signed-off-by: Maxime Ripard > --- > include/linux/image-formats.h

[RFC PATCH 06/20] lib: Add video format information library

2019-03-19 Thread Maxime Ripard
Move the DRM formats API to turn this into a more generic image formats API to be able to leverage it into some other places of the kernel, such as v4l2 drivers. Signed-off-by: Maxime Ripard --- include/linux/image-formats.h | 240 +++- lib/Kconfig | 7 +- lib/Makefil