]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: Disable dsc_power_gate for dcn314 by default
authorRoman Li <Roman.Li@amd.com>
Mon, 14 Jul 2025 18:37:33 +0000 (14:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Jul 2025 20:28:12 +0000 (16:28 -0400)
[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 <nicholas.kazlauskas@amd.com>
Signed-off-by: Roman Li <Roman.Li@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c

index de708fdc1e80924c1546ad3bc2bf342c8c700f12..663c49cce4aa3418455156a3d37ee1bb30aa3bbf 100644 (file)
@@ -926,6 +926,7 @@ static const struct dc_debug_options debug_defaults_drv = {
        .seamless_boot_odm_combine = true,
        .enable_legacy_fast_update = true,
        .using_dml2 = false,
+       .disable_dsc_power_gate = true,
 };
 
 static const struct dc_panel_config panel_config_defaults = {