Re: [PATCH 1/2] drm/mipi-dsi: Add quiet member to mipi_dsi_multi_context struct

2024-07-24 Thread Jani Nikula
On Wed, 24 Jul 2024, Tejas Vipin wrote: > A "quiet" member is added to mipi_dsi_multi_context which allows > silencing all the errors printed by the multi functions. > > Signed-off-by: Tejas Vipin > --- > include/drm/drm_mipi_dsi.h | 10 ++ > 1 file changed, 10 insertions(+) > > diff --

[PATCH 1/2] drm/mipi-dsi: Add quiet member to mipi_dsi_multi_context struct

2024-07-24 Thread Tejas Vipin
A "quiet" member is added to mipi_dsi_multi_context which allows silencing all the errors printed by the multi functions. Signed-off-by: Tejas Vipin --- include/drm/drm_mipi_dsi.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/drm/drm_mipi_dsi.h b/include/drm/drm_mipi_d