drm/amd/display: Remove rate check from pixel rate divider update
authorTaimur Hassan <Syed.Hassan@amd.com>
Fri, 21 Oct 2022 14:54:42 +0000 (10:54 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Nov 2022 15:47:19 +0000 (11:47 -0400)
commit14e1f089d5ee0519af0c646efbc3196d3e1674ba
treed954febd08d8a217af7fea125eb15285e3fa0aae
parentc40f8b132e6014e3034926cc492f113d9d5ca85b
drm/amd/display: Remove rate check from pixel rate divider update

[Why]
This check is not needed, and can cause CRC mismatch.

[How]
Remove check and early exit from divider update.

Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com>
Acked-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com>
Tested-by: Mark Broadworth <mark.broadworth@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_dccg.c