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 9FBCCC77B7F for ; Sat, 6 May 2023 07:00:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229472AbjEFHAP (ORCPT ); Sat, 6 May 2023 03:00:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229900AbjEFHAL (ORCPT ); Sat, 6 May 2023 03:00:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A29C42727 for ; Sat, 6 May 2023 00:00:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3EEDD60E55 for ; Sat, 6 May 2023 07:00:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1765C433EF; Sat, 6 May 2023 07:00:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1683356409; bh=e2CGOc4sJ82kj3BX3TC75L5w3SAlTbiwFSZgnXIP5oU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q5HzGoFPPZlzhiE7OzbY5rx/h6iUS37n26nWP8ub386N9zp/ibLcaj4ZMvpUocx9y Yqp3NVqxf6J+1v1Blw8lb4LLoT6YZKrNiNFkNxgZlfE8/uWKYG1W6vhQdHT4cno2bE 6VHtZWL5Ex0e8qo0vsOWBoEdXOvFqtoJYniyZgHs= Date: Sat, 6 May 2023 15:38:45 +0900 From: Greg KH To: "Limonciello, Mario" Cc: "stable@vger.kernel.org" , "Gong, Richard" Subject: Re: S3 support on some GFX11 products Message-ID: <2023050638-evaporate-limeade-7bcf@gregkh> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, May 05, 2023 at 10:17:06PM +0000, Limonciello, Mario wrote: > [AMD Official Use Only - General] > > Hi, > > Some GFX11 based products will have S3 support as an option, but to support this some of the suspend flow had to be adjusted in kernel 6.4 for it to work properly. > > For 6.2.y/6.3.y the following commit is needed: > f7f28f268b86 ("drm/amd/pm: re-enable the gfx imu when smu resume") > > For 6.1.y the following two commits are needed: > 484d7dcc709d ("swsmu/amdgpu_smu: Fix the wrong if-condition") > f7f28f268b86 ("drm/amd/pm: re-enable the gfx imu when smu resume") > > Can you please backport them? Now queued up, thanks! greg k-h