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 59766C4332F for ; Thu, 28 Apr 2022 15:58:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349698AbiD1QBp (ORCPT ); Thu, 28 Apr 2022 12:01:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349224AbiD1QBo (ORCPT ); Thu, 28 Apr 2022 12:01:44 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 79694AD136; Thu, 28 Apr 2022 08:58:29 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 107) id DBF9368C4E; Thu, 28 Apr 2022 17:58:26 +0200 (CEST) Received: from blackhole.lan (p5b33fd5a.dip0.t-ipconnect.de [91.51.253.90]) by verein.lst.de (Postfix) with ESMTPSA id D92C567373; Thu, 28 Apr 2022 17:58:05 +0200 (CEST) Date: Thu, 28 Apr 2022 17:57:59 +0200 From: Torsten Duwe To: Vasily Khoruzhick Cc: Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Daniel Vetter , Thierry Reding , Lyude Paul , dri-devel , linux-kernel , Harald Geyer , stable@vger.kernel.org Subject: Re: [PATCH] drm/bridge: fix anx6345 power up sequence Message-ID: <20220428175759.13f75c21@blackhole.lan> In-Reply-To: References: <20220417181538.57fa1303@blackhole> Organization: LST e.V. X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, 18 Apr 2022 17:25:57 -0700 Vasily Khoruzhick wrote: > On Sun, Apr 17, 2022 at 11:52 AM Vasily Khoruzhick > wrote: > > The change looks good to me, but I'll need some time to actually > > test it. If you don't hear from me for longer than a week please > > ping me. > > Your change doesn't fix the issue for me. Running "xrandr --output > eDP-1 --off; xrandr --output eDP-1 --auto" in a loop triggers the > issue pretty quickly even with the patch. Nope, even that works fine here. Side question: how do you initially power on the eDP bridge? Could there be any leftovers from that mechanism? I use a hacked-up U-Boot with a procedure similar to the kernel driver as fixed by this change. But the main question is: does this patch in any way worsen the situation on the pinebook? Torsten