drm/amd/display: Remove DTB DTO on CLK update
authorChris Park <Chris.Park@amd.com>
Thu, 5 May 2022 05:55:52 +0000 (01:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 6 Dec 2022 15:13:19 +0000 (10:13 -0500)
commitc6ac25f646b6ce5edf0a719a314e3f31c7a99bb0
treeb9b3610289ee99d81ee4f0d7c64cd32ff5f3f442
parent4670ac706ff9b3d0adb766ef9e93cc36d9dda474
drm/amd/display: Remove DTB DTO on CLK update

[Why]
DTB DTO is programmed more correctly during
link enable.  Programming them on CLK update
which may arrive frequently and sporadically
per flip throws off DTB DTO.

[How]
Remove DTB DTO programming on clock update.

Reviewed-by: Alvin Lee <Alvin.Lee2@amd.com>
Acked-by: Jasdeep Dhillon <jdhillon@amd.com>
Signed-off-by: Chris Park <Chris.Park@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/dcn32/dcn32_clk_mgr.c
drivers/gpu/drm/amd/display/dc/dcn321/dcn321_resource.c