mbox series

[0/2] Allow errors to be silenced in multi functions

Message ID 20240724122447.284165-1-tejasvipin76@gmail.com (mailing list archive)
Headers show
Series Allow errors to be silenced in multi functions | expand

Message

Tejas Vipin July 24, 2024, 12:24 p.m. UTC
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(+)