Re: [PATCH v3 2/3] drm/panel: ilitek-ili9805: Use dsi_multi in init

From: Michail Tatas

Date: Tue Jul 21 2026 - 18:32:25 EST


Hello Doug,

> > + mipi_dsi_dcs_write_seq_multi(ctx, 0xbb, 0x14, 0x55);
> > + mipi_dsi_dcs_write_seq_multi(ctx, MIPI_DCS_SET_ADDRESS_MODE, 0x08);
> > + mipi_dsi_dcs_write_seq_multi(ctx, MIPI_DCS_SET_PIXEL_FORMAT, 0x77);
>
> You've already got my Reviewed-by tag, and I'm planning to merge this
> patch as-is. ...but my AI happened to notice that the above line could
> be:
>
> mipi_dsi_dcs_set_pixel_format_multi(ctx, 0x77)
>
> ...so I figured I'd at least mention it. ;-)
>
> My AI also noticed (yet another) pre-existing issue that the "name"
> field of "struct ili9805_desc" isn't used in this driver...

Hahaha AI's like finding stuff like that, good catch.
I will include these changes in this patch and send a v4.

Regards,
Michail