mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
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>
This commit is contained in:
parent
724cf8ae63
commit
4d55784b91
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user