Skip to content

Commit 33735c1

Browse files
Nicholas Kazlauskasalexdeucher
authored andcommitted
drm/amd/display: Set optimize_pwr_state for DCN31
[Why] We'll exit optimized power state to do link detection but we won't enter back into the optimized power state. This could potentially block s2idle entry depending on the sequencing, but it also means we're losing some power during the transition period. [How] Hook up the handler like DCN21. It was also missed like the exit_optimized_pwr_state callback. Fixes: 64b1d0e ("drm/amd/display: Add DCN3.1 HWSEQ") Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Reviewed-by: Eric Yang <Eric.Yang2@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent a07f8b9 commit 33735c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ static const struct hw_sequencer_funcs dcn31_funcs = {
101101
.z10_restore = dcn31_z10_restore,
102102
.z10_save_init = dcn31_z10_save_init,
103103
.set_disp_pattern_generator = dcn30_set_disp_pattern_generator,
104+
.optimize_pwr_state = dcn21_optimize_pwr_state,
104105
.exit_optimized_pwr_state = dcn21_exit_optimized_pwr_state,
105106
.update_visual_confirm_color = dcn20_update_visual_confirm_color,
106107
};

0 commit comments

Comments
 (0)