]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Don't skip clock updates in overclocking
authorAlvin Lee <Alvin.Lee2@amd.com>
Thu, 20 Jun 2024 18:32:21 +0000 (14:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Aug 2024 21:51:44 +0000 (17:51 -0400)
commit3d054c40766024d9d8fb051d017ceacf2b795f1c
tree8285f3e69718cd10d976ec1bacd37a5818ea7b01
parenta08d75927f99e57c793f3a5d11260c22893fc0e9
drm/amd/display: Don't skip clock updates in overclocking

[Description]
Skipping clock updates is not a hard requirement for overclocking
and only an optimization. Remove the skip as this can cause issues
for FAMS transitions during the overclock sequence. If FAMS
is enabled we must disable UCLK switch on any full update (which
requires update clocks to be called).

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com>
Signed-off-by: Zaeem Mohamed <zaeem.mohamed@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/dcn401/dcn401_clk_mgr.c