From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A2A231093181 for ; Fri, 20 Mar 2026 07:28:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1732C10E95A; Fri, 20 Mar 2026 07:28:09 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=protonmail.com header.i=@protonmail.com header.b="INtXjfTu"; dkim-atps=neutral X-Greylist: delayed 533 seconds by postgrey-1.36 at gabe; Fri, 20 Mar 2026 07:28:07 UTC Received: from mail-244105.protonmail.ch (mail-244105.protonmail.ch [109.224.244.105]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4A2E910E95A for ; Fri, 20 Mar 2026 07:28:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1773991152; x=1774250352; bh=+XRuUNY/hs84dNZVuW3v8EtYOa8xUIu2OLZAs6swl6w=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=INtXjfTu6Poa+7BLNGkevsDHl+W/CESmy3XD2c0ApIVLVTfB1dl3NAHSHycLrhB37 pDl5OrqL5hvo9v5jGvj+mJlv5ilzhi6ojB2QP5tsb2hofVvFv7iGLSQ/16bhmCa8T4 YIMp3KHJh7TSMk8DjhV1ViFJS1cWdhVrTBvI75iA35m77nK2coApTkGldgrGQdYLZ+ pQXhJz9JBNs5HrqpjHHRZCDy/AM/RWUdyMh+sciT73woXxu0hV4exDkzQRF5TPffU1 j/GmX/XxRySCCqHxzmSzoiIyLcLO0DJsnDpF5UbitXeIpswtKaoyneUK4BkCXpc8RF c3C7hAK+H2A2A== Date: Fri, 20 Mar 2026 07:19:06 +0000 To: Dmitry Baryshkov From: cristian_ci Cc: Neil Armstrong , Jessica Zhang , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org Subject: Re: [PATCH v2 2/6] drm/panel: Add driver for Novatek NT35532 Message-ID: <4f3qSm2N-iqHmdKAzp6YslvLGtZbaeYJhV9pae3gtww5xiIUDM3Xov9wdCCumhINDMaHeFaJPMf23RqvZZkDQlE8D6hObDFaCd1vZjUHUoA=@protonmail.com> In-Reply-To: References: <20260318-rimob-new-features-v2-0-c1bf8917449e@protonmail.com> <20260318-rimob-new-features-v2-2-c1bf8917449e@protonmail.com> Feedback-ID: 27475468:user:proton X-Pm-Message-ID: 73aca8d40c90d8b6aa8bf437ae557b39d9b0cefe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thursday, March 19th, 2026 at 03:27, Dmitry Baryshkov wrote: > On Wed, Mar 18, 2026 at 11:28:10PM +0100, Cristian Cozzolino via B4 Relay= wrote: > > From: Cristian Cozzolino > > > > Add support for Novatek NT35532-based 1080p video mode DSI panel. > > > > Signed-off-by: Cristian Cozzolino > > --- > > MAINTAINERS | 1 + > > drivers/gpu/drm/panel/Kconfig | 11 + > > drivers/gpu/drm/panel/Makefile | 1 + > > drivers/gpu/drm/panel/panel-novatek-nt35532.c | 779 ++++++++++++++++++= ++++++++ > > 4 files changed, 792 insertions(+) > > >=20 > Reviewed-by: Dmitry Baryshkov I'm doing a test: since I'm not sure if: =09select VIDEOMODE_HELPERS is actually needed in Kconfig nt35532 entry, I've temporarily=20 removed that select line and regenerated .config file. Though,=20 I've noticed CONFIG_VIDEOMODE_HELPERS was still set to 'y'=20 nevetheless, so I decided to not going forward since that=20 code would have been built anyway so that there was no=20 point for doing that. I wonder: is that select line really=20 necessary, at this point? > -- > With best wishes > Dmitry >