mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
drm/amd/display: Enable driver power gating
[Why & How] Enable driver power gating. Temporarily disable DIO power gating. Reviewed-by: Ovidiu Bunea <ovidiu.bunea@amd.com> Signed-off-by: Leo Chen <leo.chen@amd.com> Signed-off-by: Tom Chung <chiahsuan.chung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
7b81bc38e9
commit
f07e2f7855
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user