[AMD Official Use Only - General]

Reviewed-and-tested-by: Evan Quan <[email protected]>

> -----Original Message-----
> From: amd-gfx <[email protected]> On Behalf Of
> Aurabindo Pillai
> Sent: Wednesday, July 6, 2022 11:25 PM
> To: [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

Reply via email to