Re: [PATCH 7/7] drm/vc4: dpi: Fix format mapping for RGB565

2022-10-15 Thread Laurent Pinchart
Hi Maxime and Dave, Thank you for the patch. On Thu, Oct 13, 2022 at 11:56:51AM +0200, Maxime Ripard wrote: > From: Dave Stevenson > > The mapping is incorrect for RGB565_1X16 as it should be > DPI_FORMAT_18BIT_666_RGB_1 instead of DPI_FORMAT_18BIT_666_RGB_3. The driver includes the following

[PATCH 7/7] drm/vc4: dpi: Fix format mapping for RGB565

2022-10-13 Thread Maxime Ripard
From: Dave Stevenson The mapping is incorrect for RGB565_1X16 as it should be DPI_FORMAT_18BIT_666_RGB_1 instead of DPI_FORMAT_18BIT_666_RGB_3. Fixes: 08302c35b59d ("drm/vc4: Add DPI driver") Signed-off-by: Dave Stevenson Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_dpi.c | 2 +-