<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<p style="font-family:Arial;font-size:10pt;color:#008000;margin:15pt;" align="Left">
[Public]<br>
</p>
<br>
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Acked-by: Alex Deucher <alexander.deucher@amd.com><br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Aurabindo Pillai <aurabindo.pillai@amd.com><br>
<b>Sent:</b> Wednesday, July 6, 2022 11:25 AM<br>
<b>To:</b> amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org><br>
<b>Cc:</b> Siqueira, Rodrigo <Rodrigo.Siqueira@amd.com>; Pillai, Aurabindo <Aurabindo.Pillai@amd.com>; Wentland, Harry <Harry.Wentland@amd.com><br>
<b>Subject:</b> [PATCH] drm/amd/display: remove stale debug setting</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">[Why&How]<br>
The debug option to disable idle power optimization can be dropped<br>
<br>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com><br>
---<br>
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 1 -<br>
 1 file changed, 1 deletion(-)<br>
<br>
diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c<br>
index baaeaaff23df..1cc1296aed9c 100644<br>
--- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c<br>
+++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c<br>
@@ -736,7 +736,6 @@ void dcn32_init_hw(struct dc *dc)<br>
         int edp_num;<br>
         uint32_t backlight = MAX_BACKLIGHT_LEVEL;<br>
 <br>
-       dc->debug.disable_idle_power_optimizations = true;<br>
         if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks)<br>
                 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr);<br>
 <br>
-- <br>
2.37.0<br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>