Re: [PATCH 4/9] media: vsp1: Add support for missing 32-bit RGB formats

2019-04-23 Thread Laurent Pinchart
Hi Jacopo, On Tue, Apr 23, 2019 at 03:21:53PM +0200, Jacopo Mondi wrote: > On Thu, Apr 18, 2019 at 09:06:45AM +0300, Laurent Pinchart wrote: > > On Thu, Apr 04, 2019 at 07:39:05PM +0200, Jacopo Mondi wrote: > >> HI Laurent, > >> if you help me out understanding the bit swapping procedure in VSP

Re: [PATCH 4/9] media: vsp1: Add support for missing 32-bit RGB formats

2019-04-23 Thread Jacopo Mondi
Hi Laurent, On Thu, Apr 18, 2019 at 09:06:45AM +0300, Laurent Pinchart wrote: > Hi Jacopo, > > On Thu, Apr 04, 2019 at 07:39:05PM +0200, Jacopo Mondi wrote: > > HI Laurent, > > if you help me out understanding the bit swapping procedure in VSP > > I would be more confident in saying I actually

Re: [PATCH 4/9] media: vsp1: Add support for missing 32-bit RGB formats

2019-04-18 Thread Laurent Pinchart
Hi Jacopo, On Thu, Apr 04, 2019 at 07:39:05PM +0200, Jacopo Mondi wrote: > HI Laurent, > if you help me out understanding the bit swapping procedure in VSP > I would be more confident in saying I actually reviewed the series. I'll try my best :-) > On Thu, Mar 28, 2019 at 09:07:18AM +0200,

Re: [PATCH 4/9] media: vsp1: Add support for missing 32-bit RGB formats

2019-04-04 Thread Jacopo Mondi
HI Laurent, if you help me out understanding the bit swapping procedure in VSP I would be more confident in saying I actually reviewed the series. On Thu, Mar 28, 2019 at 09:07:18AM +0200, Laurent Pinchart wrote: > Add support for the V4L2_PIX_FMT_BGRA32, V4L2_PIX_FMT_BGRX32, >

[PATCH 4/9] media: vsp1: Add support for missing 32-bit RGB formats

2019-03-28 Thread Laurent Pinchart
Add support for the V4L2_PIX_FMT_BGRA32, V4L2_PIX_FMT_BGRX32, V4L2_PIX_FMT_RGBA32 and V4L2_PIX_FMT_RGBX32 formats to the VSP driver. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_pipe.c | 14 ++ 1 file changed, 14 insertions(+) diff --git