From nobody Sun Nov 24 08:39:37 2024 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 797791917FF; Wed, 6 Nov 2024 02:14:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730859242; cv=none; b=RoijrrG5f03dFPTUYZWZJ8e4/+sLk+BfTdxoqv1DXH86l7qWXS2lO7ei8repB54poHU28nNLwnSQJ0iFJaLover1Gi5MssDJVLrS99CoRL0lC5Ty9qMcm82xzs8nXMTcMi9kGVZij+fbDeEuUzEx/Wu4JOer9LphXdaK2I2aLcw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730859242; c=relaxed/simple; bh=lt2e53x7UCaknYkAXfYKlIS0XVF7B2k7G2eBtcFbApg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Ioe+G87KDI7/G7Vy4VMul1oKV3IEYM96QnGxZrgNtjbsN6osayZN0ZuQ0pher6HS3eXIaQwRDj2bVs3W3Eha6YT7af7cBYrcw1HEP01bPrgtc4Ttcw2cPi3XZVE1ahAW0ox0UEmKwGBWPE7/DncYdyeqWsPYOHDXeqbX3OABB1Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Glcx+26Q; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Glcx+26Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 778D8C4CECF; Wed, 6 Nov 2024 02:14:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1730859242; bh=lt2e53x7UCaknYkAXfYKlIS0XVF7B2k7G2eBtcFbApg=; h=From:To:Cc:Subject:Date:From; b=Glcx+26QiZJhSsdy/HWhoT3qyBsnfuzbcaEJwRfi/rXZLx1qX31GoDtrhV151k/C3 F2WirVBAewdvz+104fwaNlmC6U5oYb86RyYXKFu4cyxzFNb9N6qhrFC+19f7Bs2jEF XUKNf6pZY5tzRU3fcr8i5fjylUYCddjw+YnPQ07N0oS4dmc6Wmb5e5rN+PUfe22fTH xNgVhfAtxJ09hJUk4XVD3g2I1N8HzP51OBIeJr5UsZTBs2f4r2b6MydAFJVJ3ymNSt KdsPsQUlHyrJnym/JQsi8N0U335E6J4DHKrSRqPRfTnNkw5JRtIm6K9yNZkk/Moigm iXbluSbetCUKA== From: Sasha Levin To: stable@vger.kernel.org, Ovidiu.Bunea@amd.com Cc: Mario Limonciello , Alex Deucher , Nicholas Kazlauskas , Tom Chung , Daniel Wheeler , amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: FAILED: Patch "Revert "drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35"" failed to apply to v5.4-stable tree Date: Tue, 5 Nov 2024 21:13:58 -0500 Message-ID: <20241106021358.183962-1-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Hint: ignore X-stable: review Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The patch below does not apply to the v5.4-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . Thanks, Sasha Reviewed-by: Nicholas Kazlauskas Tested-by: Daniel Wheeler ------------------ original commit in Linus's tree ------------------ From 1b6063a57754eae5705753c01e78dc268b989038 Mon Sep 17 00:00:00 2001 From: Ovidiu Bunea Date: Fri, 11 Oct 2024 11:12:19 -0400 Subject: [PATCH] Revert "drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35" This reverts commit 9dad21f910fc ("drm/amd/display: update DML2 policy EnhancedPrefetchS= cheduleAccelerationFinal DCN35") [why & how] The offending commit exposes a hang with lid close/open behavior. Both issues seem to be related to ODM 2:1 mode switching, so there is another issue generic to that sequence that needs to be investigated. Cc: Mario Limonciello Cc: Alex Deucher Reviewed-by: Nicholas Kazlauskas Signed-off-by: Ovidiu Bunea Signed-off-by: Tom Chung Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher (cherry picked from commit 68bf95317ebf2cfa7105251e4279e951daceefb7) Cc: stable@vger.kernel.org --- drivers/gpu/drm/amd/display/dc/dml2/dml2_policy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/display/dc/dml2/dml2_policy.c b/drivers/gp= u/drm/amd/display/dc/dml2/dml2_policy.c index 11c904ae29586..c4c52173ef224 100644 --- a/drivers/gpu/drm/amd/display/dc/dml2/dml2_policy.c +++ b/drivers/gpu/drm/amd/display/dc/dml2/dml2_policy.c @@ -303,6 +303,7 @@ void build_unoptimized_policy_settings(enum dml_project= _id project, struct dml_m if (project =3D=3D dml_project_dcn35 || project =3D=3D dml_project_dcn351) { policy->DCCProgrammingAssumesScanDirectionUnknownFinal =3D false; + policy->EnhancedPrefetchScheduleAccelerationFinal =3D 0; policy->AllowForPStateChangeOrStutterInVBlankFinal =3D dml_prefetch_supp= ort_uclk_fclk_and_stutter_if_possible; /*new*/ policy->UseOnlyMaxPrefetchModes =3D 1; } --=20 2.43.0