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 F218BC4332F for ; Tue, 31 Oct 2023 11:51:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344048AbjJaLvR (ORCPT ); Tue, 31 Oct 2023 07:51:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50500 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344081AbjJaLvQ (ORCPT ); Tue, 31 Oct 2023 07:51:16 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98DCA101 for ; Tue, 31 Oct 2023 04:51:13 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ADB6BC433C7; Tue, 31 Oct 2023 11:51:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1698753073; bh=JAIn89EPvbaPzs1IM8U/3jCc+PjAbkw4qINuLo78/Hw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TEnLJhXttMFHbxJ6griVFSyz1Edvh4OG2fdFPN/BzmJnVSIP42l2Hx7rSO5knAzmi /wPRL04krCFhrqPUlhT6HWYvV+dcWINzRuSR6p6lPz1S27vAyz+xRFjHNnp3wUn/0D n0Py8uHqWdibMBIkAfSTg7NgzIS3BTyH0mcBc0zc= Date: Tue, 31 Oct 2023 12:51:10 +0100 From: Greg KH To: Mario Limonciello Cc: stable@vger.kernel.org Subject: Re: [PATCH 5.15 2/2] drm/amd: Disable ASPM for VI w/ all Intel systems Message-ID: <2023103136-shanty-fancy-f3fa@gregkh> References: <20231027083958.38445-1-mario.limonciello@amd.com> <20231027083958.38445-2-mario.limonciello@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231027083958.38445-2-mario.limonciello@amd.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Oct 27, 2023 at 03:39:58AM -0500, Mario Limonciello wrote: > Originally we were quirking ASPM disabled specifically for VI when > used with Alder Lake, but it appears to have problems with Rocket > Lake as well. > > Like we've done in the case of dpm for newer platforms, disable > ASPM for all Intel systems. > > Cc: stable@vger.kernel.org # 5.15+ > Fixes: 0064b0ce85bb ("drm/amd/pm: enable ASPM by default") > Reported-and-tested-by: Paolo Gentili > Closes: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2036742 > Signed-off-by: Mario Limonciello > Reviewed-by: Alex Deucher > Signed-off-by: Alex Deucher > (cherry-picked from 64ffd2f1d00c6235dabe9704bbb0d9ce3e28147f) > Signed-off-by: Mario Limonciello > --- > drivers/gpu/drm/amd/amdgpu/vi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Again, what about 6.1.y? And why aren't you cc:ing all of the original developers on this patch? I'll drop this series and wait for ones for all relevant trees. thanks, greg k-h