Hi, On Sat, Aug 17, 2024 at 11:08 PM Tejas Vipin <tejasvipin76@xxxxxxxxx> wrote: > > mipi_dsi_dcs_set_tear_scanline_multi can heavily benefit from being > converted to a multi style function as it is often called in the context of > similar functions. > > Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > Signed-off-by: Tejas Vipin <tejasvipin76@xxxxxxxxx> > --- > drivers/gpu/drm/drm_mipi_dsi.c | 31 +++++++++++++++++++++++++++++++ > include/drm/drm_mipi_dsi.h | 2 ++ > 2 files changed, 33 insertions(+) Since I adjusted the whitespace on the previous patch when applying I had to adjust this one to fix the merge conflict. Then I also fixed the whitespace on this patch since the DRM tools run checkpatch in a more strict mode. :P In any case, pushed to drm-misc-next. [1/2] drm/mipi-dsi: Add mipi_dsi_dcs_set_tear_scanline_multi commit: 051c86afc342aed1f84d66ff5d09dc9e1c1685a1