]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Guard against setting dispclk low when active
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Mon, 3 Feb 2025 14:49:58 +0000 (09:49 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Feb 2025 20:14:19 +0000 (15:14 -0500)
commit72d7a7fa1f2404fd31c84a8f808b1b37021a3a9e
tree49e0e3a6d1029e22e0b8fad606b6dc33a3cf2bc1
parent07bc2dcbcf403d47d6f305ef7f0d3d489491c5fb
drm/amd/display: Guard against setting dispclk low when active

[Why]
We should never apply a minimum dispclk value while in prepare_bandwidth
or while displays are active. This is always an optimization for when
all displays are disabled.

[How]
Defer dispclk optimization until safe_to_lower = true and display_count
reaches 0.

Since 0 has a special value in this logic (ie. no dispclk required)
we also need adjust the logic that clamps it for the actual request
to PMFW.

Reviewed-by: Gabe Teeger <gabe.teeger@amd.com>
Reviewed-by: Leo Chen <leo.chen@amd.com>
Reviewed-by: Syed Hassan <syed.hassan@amd.com>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Roman Li <roman.li@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/clk_mgr/dcn35/dcn35_clk_mgr.c