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 92947C4332F for ; Thu, 14 Apr 2022 10:45:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234864AbiDNKsS (ORCPT ); Thu, 14 Apr 2022 06:48:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242626AbiDNKsG (ORCPT ); Thu, 14 Apr 2022 06:48:06 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A908F18367 for ; Thu, 14 Apr 2022 03:45:42 -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 sin.source.kernel.org (Postfix) with ESMTPS id 14A02CE294A for ; Thu, 14 Apr 2022 10:45:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2BEB0C385A1; Thu, 14 Apr 2022 10:45:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649933139; bh=MeV2mmZwfChhn44PR++Fo3PPFqGtnFvzYThGrijuJpM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rpbjeZFPpzc1UzCXklTh2F9hlsNEzJaXcncTBawkdYITYvyS52kk42Ms2tgJANGBl aiN8cW7FD4gzZ3cSq/eSRC2YiUmQKkJp5ojDTEGoJKhVa92Fqu0cxzDlqr5BcSCQZK NX/XsweqHiSbFtgVoRqqtlzgyh1FsdsfEh3/Znns= Date: Thu, 14 Apr 2022 12:45:36 +0200 From: Greg KH To: Alex Deucher Cc: stable@vger.kernel.org, Nicholas Kazlauskas , Eric Yang , Harry Wentland , richard.gong@amd.com Subject: Re: [PATCH 1/2] drm/amd/display: Add pstate verification and recovery for DCN31 Message-ID: References: <20220413153339.1436168-1-alexander.deucher@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220413153339.1436168-1-alexander.deucher@amd.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Apr 13, 2022 at 11:33:38AM -0400, Alex Deucher wrote: > From: Nicholas Kazlauskas > > [Why] > To debug when p-state is being blocked and avoid PMFW hangs when > it does occur. > > [How] > Re-use the DCN10 hardware sequencer by adding a new interface for > verifying p-state high on the hubbub. The interface is mostly the > same as the DCN10 interface, but the bit definitions have changed for > the debug bus. > > Signed-off-by: Nicholas Kazlauskas > Reviewed-by: Eric Yang > Reviewed-by: Harry Wentland > Signed-off-by: Alex Deucher > (cherry picked from commit e7031d8258f1b4d6d50e5e5b5d92ba16f66eb8b4) > Cc: richard.gong@amd.com > Cc: nicholas.kazlauskas@amd.com > Cc: stable@vger.kernel.org # 3.15.x This does not apply to all of those kernels. Please provide backports for the ones you want it applied to older than 5.15.y thanks, greg k-h