Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> wrote on
Tue, 30 Jun 2020 02:33:18 +0300:

> The Satoz SAT050AT40H12R2 panel is an LVDS panel, the
> MEDIA_BUS_FMT_RGB888_1X24 bus format is thus incorrect. Set it to the
> correct value MEDIA_BUS_FMT_RGB888_1X7X4_SPWG.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/panel/panel-simple.c 
> b/drivers/gpu/drm/panel/panel-simple.c
> index ac6e8d55a3a2..c659d8262e5c 100644
> --- a/drivers/gpu/drm/panel/panel-simple.c
> +++ b/drivers/gpu/drm/panel/panel-simple.c
> @@ -3118,7 +3118,7 @@ static const struct panel_desc satoz_sat050at40h12r2 = {
>               .width = 108,
>               .height = 65,
>       },
> -     .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
> +     .bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
>       .connector_type = DRM_MODE_CONNECTOR_LVDS,
>  };
>  

Reviewed-by: Miquel Raynal <miquel.ray...@bootlin.com>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to