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 49FCBEC873E for ; Thu, 7 Sep 2023 16:24:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233097AbjIGQYd (ORCPT ); Thu, 7 Sep 2023 12:24:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245096AbjIGQXp (ORCPT ); Thu, 7 Sep 2023 12:23:45 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3EEC9036 for ; Thu, 7 Sep 2023 09:20:38 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42CB4C116A2; Thu, 7 Sep 2023 10:13:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1694081596; bh=ggt85MkVm5n/VVtzdg9a/WsdfVNY9sXa/fHTsqlpB6A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GkKm3QhxDEuD42TctXPpi8WL57hNdxZ/RQhVkBljvD5Ufxes0Oj/7rbWal1Ex2evh nidHMr1PAah0GTdz6zEzZwzt1GQm6N7BTtye8Ty0AFllW9GwfNrxmjMAtVW9+kaNuM GMFHAqnsuHxX4Ugm5SCMe0GlYHRMwvGhzuDQVdT8= Date: Thu, 7 Sep 2023 11:13:14 +0100 From: Greg KH To: Mario Limonciello Cc: stable@vger.kernel.org, Michael Larabel Subject: Re: Kernel 6.5 black screen regression Message-ID: <2023090729-struggle-poison-4ebc@gregkh> References: <074d84cd-e802-4900-ad70-b9402de43e64@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <074d84cd-e802-4900-ad70-b9402de43e64@amd.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Sep 06, 2023 at 12:55:29PM -0500, Mario Limonciello wrote: > Hi, > > The following patch fixes a regression reported by Michael Larabel on an > Acer Phoenix laptop where there is a black screen in GNOME with kernel 6.5. > > It's marked CC to stable, but I checked the stable queue and didn't see it > so I wanted to make sure it wasn't missed. The fixes tag in that commit is odd, it says it fixes something that is NOT in 6.5, so are you sure about this? > a7c0cad0dc06 ("drm/amd/display: ensure async flips are only accepted for > fast updates") > > Reported-by: Michael Larabel Ok, now queued up, thanks. greg k-h