On Sat, Jul 19, 2025 at 02:26:35AM -0600, Brigham Campbell wrote: > Create mipi_dsi_dual, mipi_dsi_dual_dcs_write_seq_multi, and > mipi_dsi_dual_generic_write_seq_multi macros for panels which are driven > by two parallel serial interfaces. This allows for the reduction of code > duplication in drivers for these panels. > > Signed-off-by: Brigham Campbell <m...@brighamcampbell.com> > --- > > mipi_dsi_dual_dcs_write_seq_multi goes unused by jdi-lpm102a188a. It's > included in this patch for completeness and in anticipation of its use > in other drivers in the future. > > drivers/gpu/drm/drm_mipi_dsi.c | 48 ++++++++++++++++++ > include/drm/drm_mipi_dsi.h | 89 ++++++++++++++++++++++++++++++++++ > 2 files changed, 137 insertions(+) >
Reviewed-by: Dmitry Baryshkov <dmitry.barysh...@oss.qualcomm.com> -- With best wishes Dmitry