Re: [PATCH 5/7] drm/vc4: dpi: Support BGR666 formats

2022-10-17 Thread Dave Stevenson
Hi Laurent Thanks for the review. On Sat, 15 Oct 2022 at 18:31, Laurent Pinchart wrote: > > On Sat, Oct 15, 2022 at 08:26:48PM +0300, Laurent Pinchart wrote: > > Hi Maxime and Joerg, > > > > Thank you for the patch. > > > > On Thu, Oct 13, 2022 at 11:56:49AM +0200, Maxime Ripard wrote: > > >

Re: [PATCH 5/7] drm/vc4: dpi: Support BGR666 formats

2022-10-15 Thread Laurent Pinchart
On Sat, Oct 15, 2022 at 08:26:48PM +0300, Laurent Pinchart wrote: > Hi Maxime and Joerg, > > Thank you for the patch. > > On Thu, Oct 13, 2022 at 11:56:49AM +0200, Maxime Ripard wrote: > > From: Joerg Quinten > > > > The VC4 DPI output can support multiple BGR666 variants, but they were > >

Re: [PATCH 5/7] drm/vc4: dpi: Support BGR666 formats

2022-10-15 Thread Laurent Pinchart
Hi Maxime and Joerg, Thank you for the patch. On Thu, Oct 13, 2022 at 11:56:49AM +0200, Maxime Ripard wrote: > From: Joerg Quinten > > The VC4 DPI output can support multiple BGR666 variants, but they were > never added to the driver. Let's add the the support for those formats. > >

[PATCH 5/7] drm/vc4: dpi: Support BGR666 formats

2022-10-13 Thread Maxime Ripard
From: Joerg Quinten The VC4 DPI output can support multiple BGR666 variants, but they were never added to the driver. Let's add the the support for those formats. Signed-off-by: Joerg Quinten Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_dpi.c | 6 ++ 1 file changed, 6