drm/amd/display: remove stale debug setting
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Tue, 5 Jul 2022 19:01:59 +0000 (15:01 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2022 19:52:57 +0000 (15:52 -0400)
[Why&How]
The debug option to disable idle power optimization can be dropped

Fixes: 235c67634230 ("drm/amd/display: add DCN32/321 specific files for Display Core")
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c

index baaeaaf..1cc1296 100644 (file)
@@ -736,7 +736,6 @@ void dcn32_init_hw(struct dc *dc)
        int edp_num;
        uint32_t backlight = MAX_BACKLIGHT_LEVEL;
 
-       dc->debug.disable_idle_power_optimizations = true;
        if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks)
                dc->clk_mgr->funcs->init_clocks(dc->clk_mgr);