mbox series

[v3,0/2] extend "multi" functions and use them in jdi-fhd-r63452

Message ID 20240818060816.848784-1-tejasvipin76@gmail.com (mailing list archive)
Headers show
Series extend "multi" functions and use them in jdi-fhd-r63452 | expand

Message

Tejas Vipin Aug. 18, 2024, 6:08 a.m. UTC
This patch adds mipi_dsi_dcs_set_tear_scanline_multi to the list of multi
functions and uses it with other multi functions in the jdi-fhd-r63452
panel.

This patch uses functions introduced in [1] and must be applied after
it.

[1] https://lore.kernel.org/all/20240806135949.468636-1-tejasvipin76@gmail.com/
---
Changes in v3:
    - use mipi_dsi_usleep_range

Changes in v2:
    - Fixed return values
    - Removed extra error messages

v1: https://lore.kernel.org/all/20240810045404.188146-1-tejasvipin76@gmail.com/
v2: https://lore.kernel.org/all/20240813062912.467280-1-tejasvipin76@gmail.com/
---
Tejas Vipin (2):
  drm/mipi-dsi: Add mipi_dsi_dcs_set_tear_scanline_multi
  drm/panel: jdi-fhd-r63452: transition to mipi_dsi wrapped functions

 drivers/gpu/drm/drm_mipi_dsi.c               |  31 ++++
 drivers/gpu/drm/panel/panel-jdi-fhd-r63452.c | 149 ++++++-------------
 include/drm/drm_mipi_dsi.h                   |   2 +
 3 files changed, 81 insertions(+), 101 deletions(-)

Comments

Doug Anderson Aug. 19, 2024, 4:22 p.m. UTC | #1
Hi,

On Sat, Aug 17, 2024 at 11:08 PM Tejas Vipin <tejasvipin76@gmail.com> wrote:
>
> This patch adds mipi_dsi_dcs_set_tear_scanline_multi to the list of multi
> functions and uses it with other multi functions in the jdi-fhd-r63452
> panel.
>
> This patch uses functions introduced in [1] and must be applied after
> it.
>
> [1] https://lore.kernel.org/all/20240806135949.468636-1-tejasvipin76@gmail.com/
> ---
> Changes in v3:
>     - use mipi_dsi_usleep_range

Oh! Thanks for updating this. I had been debating whether we should
add mipi_dsi_usleep_range() but hadn't noticed that someone already
had. Nice! :-) I think this series is pretty much ready to apply, but
I'll give it one more day (or Neil can apply them if he's good w/
them).

-Doug