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 68007EB64D8 for ; Thu, 22 Jun 2023 13:06:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230390AbjFVNGQ (ORCPT ); Thu, 22 Jun 2023 09:06:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55680 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230116AbjFVNGP (ORCPT ); Thu, 22 Jun 2023 09:06:15 -0400 Received: from devico.uberspace.de (devico.uberspace.de [185.26.156.185]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2470826AA for ; Thu, 22 Jun 2023 06:05:47 -0700 (PDT) Received: (qmail 18934 invoked by uid 990); 22 Jun 2023 13:05:34 -0000 Authentication-Results: devico.uberspace.de; auth=pass (plain) MIME-Version: 1.0 Date: Thu, 22 Jun 2023 13:05:34 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Leonard Lausen" Message-ID: TLS-Required: No Subject: Re: [Freedreno] [PATCH] Revert "drm/msm/dp: Remove INIT_SETUP delay" To: "Abhinav Kumar" , "Kuogee Hsieh" , "Dmitry Baryshkov" , "Bjorn Andersson" , regressions@lists.linux.dev Cc: freedreno@lists.freedesktop.org, "Sankeerth Billakanti" , "Bjorn Andersson" , "David Airlie" , "Nikita Travkin" , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, "Rob Clark" , "Daniel Vetter" , linux-arm-msm@vger.kernel.org, "Stephen Boyd" , "Sean Paul" , "Johan Hovold" In-Reply-To: References: <932ee149-c524-25e7-ee49-5ea1a7e6708c@quicinc.com> <1345a125-f745-4fe3-0f5e-bfe84225958d@quicinc.com> <20230508021536.txtamifw2vkfncnx@ripper> <3802269cd54ce105ef6dece03b1b9af575b4fa06@lausen.nl> <49d175ec16e3f65a18265063e51092ee8d0d79c1@lausen.nl> X-Rspamd-Bar: / X-Rspamd-Report: MIME_GOOD(-0.1) BAYES_HAM(-1.376189) SUSPICIOUS_RECIPS(1.5) X-Rspamd-Score: 0.02381 Received: from unknown (HELO unkown) (::1) by devico.uberspace.de (Haraka/3.0.1) with ESMTPSA; Thu, 22 Jun 2023 15:05:34 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lausen.nl; s=uberspace; h=from; bh=vccUnMmIqdngT99oaK8My7B6NiGz9nspCO7ChiAPVtI=; b=BvxzYWRr6A5zJe+/S9o10zNf9FhFlriFlWDTcyToHnftwViksxL3QK1bAlfDH72t91Kp870plW ebKanfqnUQWFRbAz6WvO1SIcpplgaC+qQLl2Nyd506fL376PY8epR3gBxeFSd92R3IvBQT9rU+2o RKEgKDlHsbNszoREiduTSgTqvuJxE5vW377XXDZRqKhcqJV+ZsbgtWRfPsQpgtPFDEJNetCDqloJ tl+ohiZfk3R5DFLBwimlIuBC+nbRHGKBbU6XUlXzMxEx0+uBxXd6mU8ffydJaIEyxxpx9iK9VF21 XG2Hg0TAuqEvHW3sOJRigerZPXAUQibGgHKwgaKxPZsxD+gAGHnmfGpzwGnlXjfrq8UZg/o6uCRg 37pkIDED7SE9BN1fwBe5KYk7oxHJi/FNBOEpSXA2VV5GEwBh3/+NmFtwrIJKrYT/BKYzCFJYOkA4 EfYCpPvv/SVrgoptTxrfcE5kwhEk35GdQlzGvJ26makQmTglqgiQhoIJ8Q6ZT6nbSKognSFQAHuk jQ3ktfuskG8gKMYxTzEqDgJObOQ6gJCgS04B6w4j/lYSgtjP9xC8qPzKIHVxg+ChR0I2OeU2quso NKa+AWqiKVVtxBx7+txGbHlmeyQiPp2tIw3bPMkr0Rszuy4z0ID3cN3wRtW8p87qOvrFuNWX3Z7L Q= Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org > > https://patchwork.freedesktop.org/patch/538601/?series=3D118148&rev= =3D3 > > Apologies if you were not CCed on this, if a next version is CCed, > >=20 >=20> will ask kuogee to cc you. > >=20 >=20> Meanwhile, will be great if you can verify if it works for you and > >=20 >=20> provide Tested-by tags. > >=20 >=20 > I see Bjorn also tested the patch. As it fixes a serious USB-C DP regre= ssion which broke USB-C DP completely on lazor for v6.3, can it be includ= ed in upcoming 6.3.y release? Kuogee's fix has since been committed to drm-tip on 2023-06-08 as a8e981a= c2d0eb9dd53a4c173e29ca0c99c88abe2. Since it fixes a serious regression in= 6.3 and 6.4 kernels, can we include it for the stable releases? Thank you Leonard