Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Ovidiu Bunea and committed by
Alex Deucher
4d55784b 724cf8ae

+2
+2
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
··· 761 761 .ignore_pg = true, 762 762 .disable_stutter_for_wm_program = true, 763 763 .min_deep_sleep_dcfclk_khz = 8000, 764 + .replay_skip_crtc_disabled = true, 765 + .psr_skip_crtc_disable = true, 764 766 }; 765 767 766 768 static const struct dc_check_config config_defaults = {