[Public] Thanks, will merge with Cc and fixes tag
-- Regards, Jay ________________________________ From: Deucher, Alexander <[email protected]> Sent: Wednesday, July 6, 2022 11:33 AM To: Pillai, Aurabindo <[email protected]>; [email protected] <[email protected]> Cc: Siqueira, Rodrigo <[email protected]>; Wentland, Harry <[email protected]> Subject: Re: [PATCH] drm/amd/display: remove stale debug setting [Public] Acked-by: Alex Deucher <[email protected]> ________________________________ From: amd-gfx <[email protected]> on behalf of Aurabindo Pillai <[email protected]> Sent: Wednesday, July 6, 2022 11:25 AM To: [email protected] <[email protected]> Cc: Siqueira, Rodrigo <[email protected]>; Pillai, Aurabindo <[email protected]>; Wentland, Harry <[email protected]> Subject: [PATCH] drm/amd/display: remove stale debug setting [Why&How] The debug option to disable idle power optimization can be dropped Signed-off-by: Aurabindo Pillai <[email protected]> --- drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c index baaeaaff23df..1cc1296aed9c 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c +++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c @@ -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); -- 2.37.0
