Re: [PATCH v2] drm/mipi-dsi: extend "multi" functions and use them in sony-td4353-jdi

From: Doug Anderson
Date: Mon Feb 24 2025 - 14:15:50 EST


Hi,

On Wed, Feb 19, 2025 at 8:58 PM Tejas Vipin <tejasvipin76@xxxxxxxxx> wrote:
>
> Removes mipi_dsi_dcs_set_tear_off and replaces it with a
> multi version as after replacing it in sony-td4353-jdi, it doesn't
> appear anywhere else. sony-td4353-jdi is converted to use multi style
> functions, including mipi_dsi_dcs_set_tear_off_multi.
>
> Signed-off-by: Tejas Vipin <tejasvipin76@xxxxxxxxx>
> ---
> Changes in v2:
> - Squashed panel changes and mipi_dsi changes into 1 patch
>
> Link to v1: https://lore.kernel.org/all/20250214172958.81258-1-tejasvipin76@xxxxxxxxx/
> ---
> drivers/gpu/drm/drm_mipi_dsi.c | 42 +++----
> drivers/gpu/drm/panel/panel-sony-td4353-jdi.c | 107 ++++--------------
> include/drm/drm_mipi_dsi.h | 2 +-
> 3 files changed, 47 insertions(+), 104 deletions(-)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>