From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AF5453FE341 for ; Wed, 29 Apr 2026 13:33:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.194.8.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777469623; cv=none; b=RZoSxuWt2X5mtb0V4Mqo4hy8HH1EMO0yHuRsvY3+8G2eYGPqilYfq6Hy5RmkbIe/bz7HdCAbsX4z9guxVZBWfAWX+dEvop9iKpaPeCV7PSA7lhW25RY0/HOmXeelwQAM6i1ol7yus8ih1e5aq3nltoVGsw/5gz1DgRj3IiCdm6U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777469623; c=relaxed/simple; bh=IFyZVd9O3geoJyBugg0OSy9SK0RP+jFfoKza5nZtxz8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=C1umXrN04UgUpn+DXaJPYgWuOcrvXdaKNc2ydOAAJXn9pOeqQYtcuC6ErrBYDsvkfrRWMi/LU2SEEC8FhQJdDvJ6RCspsrzt9CqtmR3DoPhq908u0Pvt6MP2KO44JmHrjA40cZOadSCJZmbDCdmmBOKBD+fmxHYUbHfJ2PTiaq8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it; spf=pass smtp.mailfrom=dolcini.it; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b=WLNb6D/4; arc=none smtp.client-ip=217.194.8.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dolcini.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b="WLNb6D/4" Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 3AF081FB70; Wed, 29 Apr 2026 15:33:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1777469617; bh=ZFHuOmltmFo8Rwni2y+lGo+CzUf7wYN17q7s/CcnxnM=; h=From:To:Subject; b=WLNb6D/4K8Sp57Kr3Ua0gfYVJN1Kb0QT3PRUh9sMP/h3wEvTvU/K5bTaHSPLp+Ngn bFFaYSWWz9C2TOsYHCvo9QyyWTgw4Tusv8iphsoxeBD6MvItiCVldUlFpRFAkz4lJ7 3Vqs5yHtvsYLvcF00GKaSETZHlw2JS+xpNmp9uPt/N6XUBOd1nU70/Zxi0v4sgSZuz QMcyRYk/NHy8Hk7BbltkYcZXIwDz1IhfjXhGzVJdhk1NAB32U2QFHNELk3ognz51dh h79REnjTpwkSxPorFNaDVeKGA5iRkgZ7Q7iL2ce+3FbOcDC9wSN12BwDHRp695DIGI sDdqgV0+Ow3mg== Date: Wed, 29 Apr 2026 15:33:33 +0200 From: Francesco Dolcini To: max.oss.09@gmail.com, Dmitry Baryshkov , Luca Ceresoli , Thomas Zimmermann , Neil Armstrong Cc: Adrien Grassein , Andrzej Hajda , David Airlie , Jernej Skrabec , Jonas Karlman , Laurent Pinchart , Maarten Lankhorst , Maxime Ripard , Robert Foss , Simona Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/bridge: lontium-lt8912b: Do not generate HFP Message-ID: <20260429133333.GA68737@francesco-nb> References: <20250728150059.2642055-1-max.oss.09@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > > 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 > > --- > > 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 >