From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5BFA42C82 for ; Wed, 10 Nov 2021 17:38:40 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 7493761246; Wed, 10 Nov 2021 17:38:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1636565920; bh=6G1IgHFg5QdJERQZMbsEQvzO9rPuJ1HBs90x9flrvVM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xUNZ52Q+5LwUFpNRyKzef3bePEUClWXsxzT1+52Kope87bognQ8sjTsMnCmYV1REr /ENcsk4gfnCJp8bWAycg84YPRBvBzodQaucDhU2HbY+5UnWwghTV9rKYHMMveR8plC GQjW8O7Hte8aW8kmVc+cTHxIq07SAOI0ytK7MArU= Date: Wed, 10 Nov 2021 18:38:37 +0100 From: Greg KH To: Mark Boddington Cc: stable@vger.kernel.org, regressions@lists.linux.dev Subject: Re: kernel 5.15.1: AMD RX 6700 XT - Fails to resume after screen blank Message-ID: References: Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Wed, Nov 10, 2021 at 04:27:39PM +0000, Mark Boddington wrote: > Hi all, > > I run the mainline Linux kernel on Ubuntu 20.04, built from > https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.15.1/ > > There appears to be a regression in 5.15.1 which causes the GPU to fail to > resume after power saving. > > Could it be this change??: > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c?h=v5.15.1&id=8af3a335b5531ca3df0920b1cca43e456cd110ad If you revert it, does it solve the problem for you? If not, what kernel version did work for you with this hardware? thanks, greg k-h