[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240724122447.284165-1-tejasvipin76@gmail.com>
Date: Wed, 24 Jul 2024 17:54:45 +0530
From: Tejas Vipin <tejasvipin76@...il.com>
To: maarten.lankhorst@...ux.intel.com,
mripard@...nel.org,
tzimmermann@...e.de
Cc: dianders@...omium.org,
airlied@...il.com,
daniel@...ll.ch,
dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
Tejas Vipin <tejasvipin76@...il.com>
Subject: [PATCH 0/2] Allow errors to be silenced in multi functions
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
Powered by blists - more mailing lists