summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOvidiu Bunea <ovidiu.bunea@amd.com>2026-03-18 16:23:43 +0300
committerAlex Deucher <alexander.deucher@amd.com>2026-03-30 21:56:20 +0300
commit4d55784b9153f9463fed0be011b61d3e4265a4e4 (patch)
tree891a29a3e8c22202550dc2dac794ca360b7cf7e9
parent724cf8ae6353c47ef762efd1342f0eb447e16e61 (diff)
downloadlinux-4d55784b9153f9463fed0be011b61d3e4265a4e4.tar.xz
drm/amd/dc: Disable PSR & Replay CRTC disable by default
[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>
-rw-r--r--drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c2
1 files changed, 2 insertions, 0 deletions
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 11b302c4d06f..f2a6e260f061 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
@@ -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 = {