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. Specifically: > > $ scripts/bloat-o-meter \ > ...after/panel-novatek-nt36672e.ko \ > ...ctx/panel-novatek-nt36672e.ko > add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-988 (-988) > Function old new delta > nt36672e_1080x2408_60hz_init 6236 5248 -988 > Total: Before=10651, After=9663, chg -9.28% > > Cc: Ritesh Kumar <quic_riteshk@xxxxxxxxxxx> > Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > --- > This change is only compile tested. I don't use this panel myself but > arbitrarily picked it as an example to look at when working on the > MIPI DSI macros. > > NOTE: as of the posting of v4 this change still has no tags. Without > any tags (Reviewed-by/Tested-by/Acked-by) I won't actually land this > change even if the rest of the series lands. > > (no changes since v3) > > Changes in v3: > - Fix spacing of init function. > > Changes in v2: > - New > > .../gpu/drm/panel/panel-novatek-nt36672e.c | 576 +++++++++--------- > 1 file changed, 289 insertions(+), 287 deletions(-) Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry