On Fri, Jun 27, 2025 at 07:18:03PM +0200, Christophe JAILLET wrote: > Functions and other stuff all start with "mdp4_", except a few ones that > start with "mpd4_" (d and p switched) > > Make things consistent and use "mdp4_" everywhere. > > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > --- > The change has been done with: > sed -i s/mpd4/mdp4/g * > and the modified files have been compile tested. > > Maybe the comment "/* TODO: do we need different pll in other cases? */" in > mpd4_lvds_pll_init() can be removed as well. > A similar comment was removed in mdp4_lcdc_encoder_init() in commit > 9c2f63da6a70 ("drm/msm/mdp4: register the LVDS PLL as a clock provider") > > This has been waiting in my own tree for years, and popped-up recently > because of other changes in the same area. > --- > drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.h | 2 +- > .../gpu/drm/msm/disp/mdp4/mdp4_lcdc_encoder.c | 2 +- > drivers/gpu/drm/msm/disp/mdp4/mdp4_lvds_pll.c | 38 +++++++++---------- > 3 files changed, 21 insertions(+), 21 deletions(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx> -- With best wishes Dmitry