]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amd/display: Fix DML2 logic to set clk state to min
authorNicholas Susanto <nicholas.susanto@amd.com>
Tue, 14 May 2024 15:38:39 +0000 (11:38 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Jun 2024 15:06:12 +0000 (11:06 -0400)
commitcc4d6ea0f21e782d8f1c8feeb6bb3133579570dd
tree74be75829db732f8c7b17783a087e43029e34a6d
parentc5afb313e7e623a06cd3428f0a651b2235211430
drm/amd/display: Fix DML2 logic to set clk state to min

[Why]

When an eDP with high clock states is going into s0i3, stream_count is
0. This causes DML to not update the clks to the lowest state and
blocking us to enter s0i3 since eDP is out of vmin.

[How]

When stream_count is 0, set all the clocks to the lowest state.

Reviewed-by: Jun Lei <jun.lei@amd.com>
Acked-by: Zaeem Mohamed <zaeem.mohamed@amd.com>
Signed-off-by: Nicholas Susanto <nicholas.susanto@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/dml2/dml2_wrapper.c