From: Leo Chen Date: Fri, 27 Mar 2026 18:25:43 +0000 (-0400) Subject: drm/amd/display: Enable driver power gating X-Git-Tag: v7.2-rc1~141^2~24^2~93 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f07e2f78558d1239dd15a7c418d8147a1ab9f6fd;p=thirdparty%2Flinux.git drm/amd/display: Enable driver power gating [Why & How] Enable driver power gating. Temporarily disable DIO power gating. Reviewed-by: Ovidiu Bunea Signed-off-by: Leo Chen Signed-off-by: Tom Chung Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c index d5efe1e8fceec..c2f8554cdcd35 100644 --- a/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c +++ b/drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c @@ -758,11 +758,12 @@ static const struct dc_debug_options debug_defaults_drv = { .min_disp_clk_khz = 50000, .static_screen_wait_frames = 2, .disable_z10 = false, - .ignore_pg = true, + .ignore_pg = false, .disable_stutter_for_wm_program = true, .min_deep_sleep_dcfclk_khz = 8000, .replay_skip_crtc_disabled = true, .psr_skip_crtc_disable = true, + .disable_dio_power_gate = true, }; static const struct dc_check_config config_defaults = {