mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
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:
parent
7b0cc30852
commit
329baa1c5f
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user