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/[email protected]/ --- Changes in v3: - use mipi_dsi_usleep_range Changes in v2: - Fixed return values - Removed extra error messages v1: https://lore.kernel.org/all/[email protected]/ v2: https://lore.kernel.org/all/[email protected]/ --- 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(-) -- 2.46.0
