Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp4680636ybb; Tue, 14 Apr 2020 12:00:07 -0700 (PDT) X-Google-Smtp-Source: APiQypKAzEPoRCz9CU7t0SVDr0uxoYBhkfNoTzLhBS2kv33nEdGentKFKx3t8CD4SzCVDBOWs2Jp X-Received: by 2002:a17:907:42d6:: with SMTP id ng6mr1474149ejb.265.1586890807623; Tue, 14 Apr 2020 12:00:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586890807; cv=none; d=google.com; s=arc-20160816; b=UpC2z2xFI9oHn0ZuURP/7bAImUGeFIQpN1ahYt5qV8tjdl+E27tfTozZcE89JBknZ8 ELiwajmN/7ec5wh1rJfWGylpr9jk3zhSio0Gu6gevPmEkr0bszZVVR44EOaPi7XkgEWk cOcHHdxDYCYQQ99a8pCjEvyQi9Dy7pjGZRDiUcf8zgUZO7XQFi+12UCpqyoSXHGUTk5P FBvkyyw1CmhuuRiv6D36zrLbY/qKGaAUzFjw1uHiNahkgGdkUWk6nhkJJNex13M6EGSF 9DPyINr3wBRS8AxVqjZuT3fybWOzv6o+a+fvw58I63LFdsdGRW+dAMG85crGB9NOG+5U tVGQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:references:cc:to:from:subject; bh=Rdx6NrLoEDj/PHeVWK3SnNveaUovl2hIBR4T2kWpRLU=; b=QjMGI4E75baRbpF3aM3fD46Z3ZYoGLYAUSWg31b67KvNw2P0daR1ljmuxEVmG/ytL/ gyyzEoa9bS0kJEGHCKjkoC1w4BPTQDzxmaiXHvGYOcEngoVrHxdjitNO/XR5znrq4uYv LXGS9EdIPnBXYsfOJFbuOKtPXAzOxA1IMUVEjMFhdv3zQKB9FuVwmfPM5gEZjlGAK2Mq 5UEzPa+PEnotCBYhqvqHIRsgua6LmQuqvMmOA9UXum8O0AJSYtA4bsGMV7cUJ1FbAFgk bQ4w+cyc0u27e8fbXdY3lwGwBA2x1ActXsu0EysNYnohrGLez6eXOZrgKd+i7GP9xfIR Gmvg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c2si9179243ejf.471.2020.04.14.11.59.33; Tue, 14 Apr 2020 12:00:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732815AbgDMRcH (ORCPT + 99 others); Mon, 13 Apr 2020 13:32:07 -0400 Received: from mx3.molgen.mpg.de ([141.14.17.11]:50539 "EHLO mx1.molgen.mpg.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732808AbgDMRcH (ORCPT ); Mon, 13 Apr 2020 13:32:07 -0400 Received: from [192.168.1.6] (x4d0d8c93.dyn.telefonica.de [77.13.140.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: pmenzel) by mx.molgen.mpg.de (Postfix) with ESMTPSA id D4604206442E6; Mon, 13 Apr 2020 19:32:03 +0200 (CEST) Subject: Re: [regression 5.7-rc1] System does not power off, just halts From: Paul Menzel To: Prike Liang , Alex Deucher Cc: x86@kernel.org, LKML , regressions@leemhuis.info, stable@vger.kernel.org, Mengbing Wang , Huang Rui , amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, David Airlie , Daniel Vetter References: Message-ID: Date: Mon, 13 Apr 2020 19:32:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Prike, dear Alex, dear Linux folks, Am 13.04.20 um 10:44 schrieb Paul Menzel: > A regression between causes a system with the AMD board MSI B350M MORTAR > (MS-7A37) with an AMD Ryzen 3 2200G not to power off any more but just > to halt. > > The regression is introduced in 9ebe5422ad6c..b032227c6293. I am in the > process to bisect this, but maybe somebody already has an idea. I found the Easter egg: > commit 487eca11a321ef33bcf4ca5adb3c0c4954db1b58 > Author: Prike Liang > Date: Tue Apr 7 20:21:26 2020 +0800 > > drm/amdgpu: fix gfx hang during suspend with video playback (v2) > > The system will be hang up during S3 suspend because of SMU is pending > for GC not respose the register CP_HQD_ACTIVE access request.This issue > root cause of accessing the GC register under enter GFX CGGPG and can > be fixed by disable GFX CGPG before perform suspend. > > v2: Use disable the GFX CGPG instead of RLC safe mode guard. > > Signed-off-by: Prike Liang > Tested-by: Mengbing Wang > Reviewed-by: Huang Rui > Signed-off-by: Alex Deucher > Cc: stable@vger.kernel.org It reverts cleanly on top of 5.7-rc1, and this fixes the issue. Greg, please do not apply this to the stable series. The commit message doesn’t even reference a issue/bug report, and doesn’t give a detailed problem description. What system is it? Dave, Alex, how to proceed? Revert? I created issue 1094 [1]. Kind regards, Paul [1]: https://gitlab.freedesktop.org/drm/amd/-/issues/1094