From: Gabe Teeger <[email protected]>
[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: fe8199d025d4 ("drm/amd/display: Enable PSR and Replay on DCN4 variant
and fix AUX instance")
Reviewed-by: George Zhang <[email protected]>
Signed-off-by: Gabe Teeger <[email protected]>
Signed-off-by: Matthew Stewart <[email protected]>
---
.../gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
b/drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
index 60cbaf4f6fdf..330e82b0974b 100644
--- a/drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
@@ -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,
--
2.55.0