From nobody Sun Nov 24 10:40:28 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 6579218FDB4; Wed, 6 Nov 2024 02:13:13 +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=1730859193; cv=none; b=VccrRiyKQcHLIYin8TgNUY5jcC2WEr9Ivp6OKnY+Kq9O70AnOaf/rLA2hzC5egZ/S5fSiJQ5oOBOW42iVSQtRB7Pc4snV9Bx0b/LegqHqzDmJLq7eiMB6uZYvx76lGM2T0bJDP/GyUHGAnpuS4AK6euy/GM6FKn7UZbAPkWIuMc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730859193; c=relaxed/simple; bh=QSP/lSs7yMgnj3/4WugVr9ngjLfrxkibW89b70zL1ic=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=AgSTEIlCpde9h1yDPxxyDb/WethP3PENnJd2PHKGCUV363L5mzCEcis622yeZvHO4Q2dkaejpT7A1vfzdda57S2KCKgcGFG0CaR0oLgNW0LnKFo0PSQ5y04EpWsoD2tsv2zYbTORuEpoyj/sXiUyvqW065PPzgYRRxs+209YiXw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BHyBOef8; 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="BHyBOef8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85821C4CECF; Wed, 6 Nov 2024 02:13:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1730859192; bh=QSP/lSs7yMgnj3/4WugVr9ngjLfrxkibW89b70zL1ic=; h=From:To:Cc:Subject:Date:From; b=BHyBOef8lrBN+dkyLNG/mcX/xupQXUxg4XJ7YE83e5Zi1Xje/wVfRnxKpAYz2GiQK VyzsVbB4VAnKkFSB9xvH/JOggF1QkEJ02TNmC0AMPuDeGyKF5kUv8SoRlCdaZmSkzn XnOCr6MVwJpCuapVGdQL0DDs1J3uoXUtR7g9yf5SjCniKuf7SpT1P5CHFFUuz6H7dC /Eoem/K8QuDme/LNraxh//mVmaV18HxhzxI7OiYyA6SHFLds/3gGlPxp4HYLNw0JsU 8j1/K3F1DH+Ed2pkagZdKG3O9x/hedjePrhkpadpB/HPJGSkrfjDAMSi3cVqPwOfy3 l7zwXuoK3v6Gw== 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.10-stable tree Date: Tue, 5 Nov 2024 21:13:09 -0500 Message-ID: <20241106021310.183408-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.10-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