Hi, On Wed, Jul 30, 2025 at 8:23 PM Brigham Campbell <m...@brighamcampbell.com> wrote: > > Create mipi_dsi_dcs_read_multi(), which accepts a mipi_dsi_multi_context > struct for improved error handling and cleaner panel driver code. > > Create mipi_dsi_dcs_write_var_seq_multi() and > mipi_dsi_generic_write_var_seq_multi() macros which allow MIPI panel > drivers to write non-constant data to display controllers. > > Reviewed-by: Douglas Anderson <diand...@chromium.org> > Signed-off-by: Brigham Campbell <m...@brighamcampbell.com> > --- > drivers/gpu/drm/drm_mipi_dsi.c | 37 ++++++++++++++++++++++++++++++++++ > include/drm/drm_mipi_dsi.h | 35 ++++++++++++++++++++++++++++++++ > 2 files changed, 72 insertions(+)
I resolved a context conflict with the other recent patch we landed from you and then landed. Pushed to drm-misc-next: [2/3] drm: Add MIPI read_multi func and two write macros commit: ffc23a204a5f2e763a8cc8a8cfefe0027a6f0ec3