[PATCH] drm/amd/display: Enable idle optimizations on DCN401

Feng, Kenneth Kenneth.Feng at amd.com
Wed Jun 12 23:49:49 UTC 2024


[AMD Official Use Only - AMD Internal Distribution Only]

Reviewed-by: Kenneth Feng <kenneth.feng at amd.com>


-----Original Message-----
From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of Aurabindo Pillai
Sent: Wednesday, June 12, 2024 3:23 AM
To: amd-gfx at lists.freedesktop.org
Cc: Siqueira, Rodrigo <Rodrigo.Siqueira at amd.com>; Wentland, Harry <Harry.Wentland at amd.com>; Deucher, Alexander <Alexander.Deucher at amd.com>; Pillai, Aurabindo <Aurabindo.Pillai at amd.com>
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 <aurabindo.pillai at amd.com>
---
 .../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



More information about the amd-gfx mailing list