[AMD Official Use Only - AMD Internal Distribution Only]

Reviewed-by: Kenneth Feng <[email protected]>


-----Original Message-----
From: amd-gfx <[email protected]> On Behalf Of Aurabindo 
Pillai
Sent: Wednesday, June 12, 2024 3:23 AM
To: [email protected]
Cc: Siqueira, Rodrigo <[email protected]>; Wentland, Harry 
<[email protected]>; Deucher, Alexander <[email protected]>; 
Pillai, Aurabindo <[email protected]>
Subject: [PATCH] drm/amd/display: Enable idle optimizations on DCN401

Caution: This message originated from an External Source. Use proper caution 
when opening attachments, clicking links, or responding.


Idle optimizations were disabled due to some bugs which are now fixed in DMCUB 
and PM firwmare. Enable these the optimizations back.

Signed-off-by: Aurabindo Pillai <[email protected]>
---
 .../gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c 
b/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
index ea803df8645e..d78dc63f82fd 100644
--- a/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
@@ -731,9 +731,7 @@ static const struct dc_debug_options debug_defaults_drv = {
                }
        },
        .force_cositing = CHROMA_COSITING_TOPLEFT + 1,
-       .disable_idle_power_optimizations = true,
        .edp_oled_no_backlight_enable = true,
-       .disable_boot_optimizations = true,
 };

 static struct dce_aux *dcn401_aux_engine_create(
--
2.45.2

Reply via email to