drm/amd/display: Enable PSR and Replay on DCN4 variant [Part 2]

[Why]
Enable PSR and Panel Replay on a DCN4 variant for display power
savings.

[How]
Enable PSR and Replay in the DCN4 variant panel config defaults.

Fixes: 68737239e8 ("drm/amd/display: Enable PSR and Replay on DCN4 variant and fix AUX instance")
Reviewed-by: George Zhang <george.zhang@amd.com>
Signed-off-by: Gabe Teeger <gabe.teeger@amd.com>
Signed-off-by: Matthew Stewart <matthew.stewart2@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Gabe Teeger 2026-06-05 16:21:29 -04:00 committed by Alex Deucher
parent 7b0cc30852
commit 329baa1c5f

View File

@ -1016,9 +1016,9 @@ static struct hubp *dcn42b_hubp_create(
}
static const struct dc_panel_config dcn42b_panel_config_defaults = {
.psr = {
.disable_psr = true,
.disable_psr = false,
.disallow_psrsu = true,
.disallow_replay = true,
.disallow_replay = false,
},
.ilr = {
.optimize_edp_link_rate = true,