Re: [PATCH 3/3] DRM: ingenic: Add support for panels with 8-bit serial bus

2019-06-30 Thread Sam Ravnborg
On Thu, Jun 27, 2019 at 08:21:14PM +0200, Paul Cercueil wrote: > Add support for the LCD panels with a serial 8-bit bus, where the color > components of each 24-bit pixel are sent sequentially. There are strange bus formats... > > Signed-off-by: Paul Cercueil Reviewed-by: Sam Ravnborg > --- >

[PATCH 3/3] DRM: ingenic: Add support for panels with 8-bit serial bus

2019-06-27 Thread Paul Cercueil
Add support for the LCD panels with a serial 8-bit bus, where the color components of each 24-bit pixel are sent sequentially. Signed-off-by: Paul Cercueil --- drivers/gpu/drm/ingenic/ingenic-drm.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/ingenic/ingenic-drm.c b/d