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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7DC0C6FD1D for ; Mon, 27 Mar 2023 15:57:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230239AbjC0P5y convert rfc822-to-8bit (ORCPT ); Mon, 27 Mar 2023 11:57:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232043AbjC0P5y (ORCPT ); Mon, 27 Mar 2023 11:57:54 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 568373588; Mon, 27 Mar 2023 08:57:51 -0700 (PDT) Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pgpE4-000614-21; Mon, 27 Mar 2023 17:57:40 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: =?utf-8?B?T25kxZllag==?= Jirman , Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Robert Mader , Laurent Pinchart , Peter Robinson , Jacopo Mondi , Martijn Braam , Kamil =?utf-8?B?VHJ6Y2nFhHNraQ==?= , Caleb Connolly , Jarrah Gosbell , Krzysztof Kozlowski , Rob Herring , Tom Fitzhenry , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v2] arm64: dts: rk3399-pinephone-pro: Add internal display support Date: Mon, 27 Mar 2023 17:57:39 +0200 Message-ID: <1924921.PYKUYFuaPT@diego> In-Reply-To: <87wn32rynm.fsf@minerva.mail-host-address-is-not-set> References: <20230327074136.1459212-1-javierm@redhat.com> <20230327130147.wgxl2qayhzsi2xak@core> <87wn32rynm.fsf@minerva.mail-host-address-is-not-set> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Montag, 27. März 2023, 17:39:57 CEST schrieb Javier Martinez Canillas: > Ondřej Jirman writes: > > Hell Ondřej, > > > Hi Javier, > > > > I've tried the patch on top of linus/master and it works as expected. My > > DRM test app shows 16.669ms between frames. The display output is ok on > > developer batch pinephone pro, and is corrupted on production version. > > Display also doesn't come back after blanking. All as expected. > > > > Tested-by: Ondrej Jirman > > > > Thanks for testing. > > > A few more comments below. > > > > I'm OK with these comments but I did a git diff with your orange-pi-6.3 > branch just before posting and this was the latest that's in your tree. > > So feel free to either post a v3 addressing the things you are pointing > out or lets land this and we can post any further cleanups on top IMO. I would really like to _not_ apply essentially broken code, so really would prefer the v3-approach. Thanks Heiko