Re: [PATCH] drm/panel: boe-th101mb31ig002: Remove use of deprecated mipi_dsi_dcs_nop()
From: Doug Anderson
Date: Sat Jan 24 2026 - 18:45:17 EST
Hi,
On Sat, Jan 24, 2026 at 4:51 AM Caio Ishikawa <caio.ishikawa@xxxxxxxxx> wrote:
>
> Replace calls to deprecated mipi_dsi_dcs_nop() with
> mipi_dsi_dcs_nop_multi(). No intended functional changes.
>
> Signed-off-by: Caio Ishikawa <caio.ishikawa@xxxxxxxxx>
> ---
> drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
Hmmmm, I guess we missed this one call when we moved the rest of the
driver over to the _multi() functions.
While moving this one last call over to _multi() doesn't actually help
at all with code flow / readability (arguably, it makes it slightly
worse in this case), we did agree that it would be better to move
everyone over to the "multi" variants and deprecate the non-multi
ones. I guess, if nothing else, we'll now get an error printout if the
NOP fails to send, which is an improvement.
Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
I'll try to apply in about a week if there are no other comments and
nobody beats me to it.
-Doug