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 A4DA0C7EE32 for ; Thu, 26 Jun 2025 10:21:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 43B2110E0BA; Thu, 26 Jun 2025 10:21:32 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=dolcini.it header.i=@dolcini.it header.b="C+JGQTgl"; dkim-atps=neutral Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1859A10E0BA for ; Thu, 26 Jun 2025 10:21:30 +0000 (UTC) Received: from gaggiata.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 866231FA9F; Thu, 26 Jun 2025 12:21:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1750933288; bh=8mDX2mVu5psUDXip/UEM+GhL2PEeUin4P89BMTdn6xc=; h=Received:From:To:Subject; b=C+JGQTglztBCnKVPAZCdr5iMERa2OSCeP4znfS4XhVyRD1GOS4D5ZVYSRgm4G0CYt QBWL5HmEAMG2/52afkE8PDl1zSqpJbuBxAWx1fIXa/Z6S+sPvOGZLUID7vEGoHUL27 6LrRoAwHs5aDVd5fSxjfgOUA0ZOYMg2AJmp2JfAChJUt7UQHrzT+O5z6gVEB+uPqIz jeqfRsAOjpgYGhpFNE9e00h5Aq4LP7DVZiD4WpZYoXqQtv/uCu7aMpYW/e+PIo2owP Vt/ssRmyTPb0ZqYGBMQ+pdTiBYNLu/StnvxsoCMdvSClI6h9Z1ZFLKuGsymbUtTvsj I8ifHMV6XgFcQ== Received: by gaggiata.pivistrello.it (Postfix, from userid 1000) id 2E5177FA06; Thu, 26 Jun 2025 12:21:28 +0200 (CEST) Date: Thu, 26 Jun 2025 12:21:28 +0200 From: Francesco Dolcini To: Maxime Ripard Cc: Neil Armstrong , Jessica Zhang , Maarten Lankhorst , Thomas Zimmermann , David Airlie , Simona Vetter , Luca Ceresoli , Anusha Srivatsa , Francesco Dolcini , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/5] drm/panel: panel-simple: Fix panel-dpi probe error Message-ID: References: <20250626-drm-panel-simple-fixes-v2-0-5afcaa608bdc@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250626-drm-panel-simple-fixes-v2-0-5afcaa608bdc@kernel.org> 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" Hello Maxime, it works for me, thanks! On Thu, Jun 26, 2025 at 12:04:58PM +0200, Maxime Ripard wrote: > Here's a series fixing (hopefully) the panel-simple regression for > panels with a panel-dpi compatible. > > It's only build tested, so if you could give that series a try > Francesco, I'd really appreciate it. > > Thanks! > Maxime > > Link: https://lore.kernel.org/dri-devel/20250612081834.GA248237@francesco-nb/ > Signed-off-by: Maxime Ripard For the whole series, Tested-by: Francesco Dolcini # Toradex Colibri iMX6 Francesco