Multi functions so far always print errors when any function fails. This may not always be desirable, so a new member of mipi_dsi_multi_context is introduced to allow errors to be silenced. The larger implication of this is that all the old non-multi functions can be replaced entirely by the multi functions without any loss of functionality once all the panels are changed to use multi functions. Tejas Vipin (2): drm/mipi-dsi: Add quiet member to mipi_dsi_multi_context struct drm/mipi-dsi: Change multi functions to use quiet member of mipi_dsi_multi_context drivers/gpu/drm/drm_mipi_dsi.c | 20 ++++++++++++++++++++ include/drm/drm_mipi_dsi.h | 10 ++++++++++ 2 files changed, 30 insertions(+) -- 2.45.2