]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/dc: Disable PSR & Replay CRTC disable by default
authorOvidiu Bunea <ovidiu.bunea@amd.com>
Wed, 18 Mar 2026 13:23:43 +0000 (09:23 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Mar 2026 18:56:20 +0000 (14:56 -0400)
[why & how]
Let IPS FSM handle OTG disable.

Reviewed-by: Leo Chen <leo.chen@amd.com>
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Ovidiu Bunea <ovidiu.bunea@amd.com>
Signed-off-by: Chuanyu Tseng <chuanyu.tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c

index 11b302c4d06fb93b56a535f65fccf0aa0a9e2e06..f2a6e260f061f7152401b2abbfe14fd9cc807d41 100644 (file)
@@ -761,6 +761,8 @@ static const struct dc_debug_options debug_defaults_drv = {
        .ignore_pg = true,
        .disable_stutter_for_wm_program = true,
        .min_deep_sleep_dcfclk_khz = 8000,
+       .replay_skip_crtc_disabled = true,
+       .psr_skip_crtc_disable = true,
 };
 
 static const struct dc_check_config config_defaults = {