Hi Marek,

On Sun, 8 Jun 2025 at 23:38, Marek Vasut
<[email protected]> wrote:
> Not all panels use all 4 data lanes, so allow configuration based
> on the compatible string.
>
> Signed-off-by: Marek Vasut <[email protected]>

Thanks for your patch!

> --- a/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
> +++ b/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c
> @@ -43,6 +43,7 @@ struct ili9881c_desc {
>         const struct drm_display_mode *mode;
>         const unsigned long mode_flags;
>         u8 default_address_mode;
> +       unsigned int lanes;

You may want to use u8 instead, so this fits into the existing hole
on 32-bit systems.

>  };

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

Reply via email to