Re: [PATCH v4 6/9] drm/panel: novatek-nt36672e: Switch to mipi_dsi_dcs_write_seq_multi()

2024-05-13 Thread Linus Walleij
On Wed, May 8, 2024 at 10:53 PM Douglas Anderson wrote: > This is a mechanical conversion of the novatek-nt36672e driver to use > the new mipi_dsi_dcs_write_seq_multi(). The new function is easier for > clients to understand and using it also causes smaller code to be > generated. Specifically:

Re: [PATCH v4 6/9] drm/panel: novatek-nt36672e: Switch to mipi_dsi_dcs_write_seq_multi()

2024-05-13 Thread Dmitry Baryshkov
On Wed, May 08, 2024 at 01:51:48PM -0700, Douglas Anderson wrote: > This is a mechanical conversion of the novatek-nt36672e driver to use > the new mipi_dsi_dcs_write_seq_multi(). The new function is easier for > clients to understand and using it also causes smaller code to be > generated.

[PATCH v4 6/9] drm/panel: novatek-nt36672e: Switch to mipi_dsi_dcs_write_seq_multi()

2024-05-08 Thread Douglas Anderson
This is a mechanical conversion of the novatek-nt36672e driver to use the new mipi_dsi_dcs_write_seq_multi(). The new function is easier for clients to understand and using it also causes smaller code to be generated. Specifically: $ scripts/bloat-o-meter \ ...after/panel-novatek-nt36672e.ko \