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 3214DC77B73 for ; Fri, 26 May 2023 14:07:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243316AbjEZOHe (ORCPT ); Fri, 26 May 2023 10:07:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237397AbjEZOHe (ORCPT ); Fri, 26 May 2023 10:07:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 202C8F2 for ; Fri, 26 May 2023 07:07:33 -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 A697B64F46 for ; Fri, 26 May 2023 14:07:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 88476C433D2; Fri, 26 May 2023 14:07:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685110051; bh=30inlXr12nQlU2Uk98e81NpgPeXaI24Lbw9Dl3O98pM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NtENbzx0p5ytO1vUv7Tl3lkkwGCGvplJsPDh3a4+JvZJlfi/HZ+hdpCpsfPbBxvYQ a1thx+w24J+F384FrNcGUObM/ejpFAIvNF5VtuMAUSj9tpA0Jb1XfuVplLApvJz40z vpxo2iGfbSTHFwedXSZHbJqeCDsbsR5aehWca5/I= Date: Fri, 26 May 2023 15:07:29 +0100 From: Greg KH To: "Gong, Richard" Cc: stable@vger.kernel.org, Mario Limonciello Subject: Re: Fix suspend/resume failure with AMD Navi3x dGPU Message-ID: <2023052621-washstand-exponent-e962@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 Thu, May 25, 2023 at 11:23:44AM -0500, Gong, Richard wrote: > > Hi, > > The following commits are required for stable 6.1.y kernel to fix > suspend/resume failure with AMD Navi3x dGPU. > > 1e7bbdba68ba "drm/amd/amdgpu: update mes11 api def" > a6b3b618c0f7 "drm/amdgpu/mes11: enable reg active poll" Now queued up, thanks. greg k-h