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 B4DC8CCD193 for ; Thu, 23 Oct 2025 06:23:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 24B0B10E887; Thu, 23 Oct 2025 06:23:24 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=jookia.org header.i=@jookia.org header.b="MI3EbTcY"; dkim-atps=neutral X-Greylist: delayed 437 seconds by postgrey-1.36 at gabe; Thu, 23 Oct 2025 06:23:20 UTC Received: from out-186.mta1.migadu.com (out-186.mta1.migadu.com [95.215.58.186]) by gabe.freedesktop.org (Postfix) with ESMTPS id D480E10E887 for ; Thu, 23 Oct 2025 06:23:20 +0000 (UTC) Date: Thu, 23 Oct 2025 17:11:18 +1100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jookia.org; s=key1; t=1761200160; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OaSLgSDNZ5V/tZyuc4ElhbmLojmIUJ+b33N9cozmVbc=; b=MI3EbTcYJCv3U3L6qyQC2/BvBNHhVDD66j3MSni8vN+0xjwo/J+edDMA7VVnC/zaBF8kT/ kcGDKjFQVWLNVLqAdC47Ri9u609HG3Pr0ZnTmkldmR9RlQpjtbW4HJRgsKmG36h0bxXnAz +I5SF0E0HRahsLxQZHGGoTLyr2SM6a8y4hdB7s3P/ic35RjE2ddLb5dHsn0RV9KKbT9Tsy mo0TXLmUPtayKBsL0Q8wpe6hNVCrAn97VvAG69W/kmQCxQ1sfxZNVZVz881vzV53iejaWG Tb0H71AwhaehE96pwd0D0LxPutiQ2pBdYfqdS9ZtDtIFDx1rr6BrTJz1RJoiUw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: John Watts To: Neil Armstrong Cc: Priit Laes , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Ryan Walklin , Christophe Branchereau , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/panel: nv3052c: Reduce duplication of init sequences Message-ID: References: <20250619132211.556027-1-plaes@plaes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT 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 Mon, Jun 30, 2025 at 05:32:04PM +0200, Neil Armstrong wrote: > Hi, > > On 19/06/2025 15:22, Priit Laes wrote: > > Although there are various small changes between the init > > sequences, the second half is common for all 3 currently > > supported displays. > > > > Note that this is only compile-tested. > > > > Signed-off-by: Priit Laes > > If you can find someone to test this patchset, I'll apply it because it looks good! > > Thanks, > Neil Hi there, Sorry for the very long wait. I finally got around to reviewing and testing this on the FS035VG158 panel. The code looks good and works on the panel. I don't see why it won't work on other panels. Tested-by: John Watts Reviewed-by: John Watts John.