Skip to content

Commit 02f3ec5

Browse files
Roman Lialexdeucher
authored andcommitted
drm/amd/display: Disable dsc_power_gate for dcn314 by default
[Why] "REG_WAIT timeout 1us * 1000 tries - dcn314_dsc_pg_control line" warnings seen after resuming from s2idle. DCN314 has issues with DSC power gating that cause REG_WAIT timeouts when attempting to power down DSC blocks. [How] Disable dsc_power_gate for dcn314 by default. Reviewed-by: Nicholas Kazlauskas <[email protected]> Signed-off-by: Roman Li <[email protected]> Signed-off-by: Ivan Lipski <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 0395cde commit 02f3ec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ static const struct dc_debug_options debug_defaults_drv = {
926926
.seamless_boot_odm_combine = true,
927927
.enable_legacy_fast_update = true,
928928
.using_dml2 = false,
929+
.disable_dsc_power_gate = true,
929930
};
930931

931932
static const struct dc_panel_config panel_config_defaults = {

0 commit comments

Comments
 (0)