From: Francesco Dolcini <francesco@dolcini.it>
To: max.oss.09@gmail.com,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
Luca Ceresoli <luca.ceresoli@bootlin.com>,
Thomas Zimmermann <tzimmermann@suse.de>,
Neil Armstrong <neil.armstrong@linaro.org>
Cc: Adrien Grassein <adrien.grassein@gmail.com>,
Andrzej Hajda <andrzej.hajda@intel.com>,
David Airlie <airlied@gmail.com>,
Jernej Skrabec <jernej.skrabec@gmail.com>,
Jonas Karlman <jonas@kwiboo.se>,
Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Robert Foss <rfoss@kernel.org>, Simona Vetter <simona@ffwll.ch>,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drm/bridge: lontium-lt8912b: Do not generate HFP
Date: Wed, 29 Apr 2026 15:33:33 +0200 [thread overview]
Message-ID: <20260429133333.GA68737@francesco-nb> (raw)
In-Reply-To: <20250728150059.2642055-1-max.oss.09@gmail.com>
+Dmitry, Luca
Hello all,
how to get this patch considered and eventually merged? I see that this
is not moving since long.
Considering that Adrien Grassein is not visible on the mailing list
since 2022, and that I have various HW available that is using this
combination (on TI Sitara and Jacinto, on a DPI-DSI tc358768 bridge,
and NXP i.MX), I have access to the (little) documentation that is
available from Lontium I can propose myself as a maintainer here.
I assume being able to ack patches would help the maintenance here, or
is this just a glitch and a ping was enough?
Dmitry, Luca: looking at the recent commits you are the one who merged
the most patches on drivers/gpu/drm/bridge lately, what's you advise?
Francesco
On Mon, Jul 28, 2025 at 05:00:50PM +0200, max.oss.09@gmail.com wrote:
> From: Max Krummenacher <max.krummenacher@toradex.com>
>
> The datasheet of lontium-lt8912b doesn't require blanking during
> the HFP period. Thus use LP during HFP.
>
> Tested with a samsung-dsim (i.MX8 MM) and a tc358768 DPI to DSI bridge
> as the DSI host.
>
> Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
>
> ---
>
> drivers/gpu/drm/bridge/lontium-lt8912b.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/bridge/lontium-lt8912b.c b/drivers/gpu/drm/bridge/lontium-lt8912b.c
> index 3e49d855b364..760d89493276 100644
> --- a/drivers/gpu/drm/bridge/lontium-lt8912b.c
> +++ b/drivers/gpu/drm/bridge/lontium-lt8912b.c
> @@ -494,6 +494,7 @@ static int lt8912_attach_dsi(struct lt8912 *lt)
>
> dsi->mode_flags = MIPI_DSI_MODE_VIDEO |
> MIPI_DSI_MODE_LPM |
> + MIPI_DSI_MODE_VIDEO_NO_HFP |
> MIPI_DSI_MODE_NO_EOT_PACKET;
>
> ret = devm_mipi_dsi_attach(dev, dsi);
> --
> 2.42.0
>
next prev parent reply other threads:[~2026-04-29 13:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-28 15:00 [PATCH] drm/bridge: lontium-lt8912b: Do not generate HFP max.oss.09
2025-09-11 15:34 ` Francesco Dolcini
2025-10-27 10:14 ` Max Krummenacher
2026-04-29 13:33 ` Francesco Dolcini [this message]
2026-04-30 7:53 ` Luca Ceresoli
2026-04-30 8:05 ` Adrien Grassein
2026-04-30 8:15 ` Francesco Dolcini
2026-05-04 10:41 ` Luca Ceresoli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260429133333.GA68737@francesco-nb \
--to=francesco@dolcini.it \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=adrien.grassein@gmail.com \
--cc=airlied@gmail.com \
--cc=andrzej.hajda@intel.com \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jernej.skrabec@gmail.com \
--cc=jonas@kwiboo.se \
--cc=linux-kernel@vger.kernel.org \
--cc=luca.ceresoli@bootlin.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=max.oss.09@gmail.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=rfoss@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.