]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: replace CRTC disable function call
authorXi (Alex) Liu <xi.liu@amd.com>
Wed, 12 Jun 2024 16:45:19 +0000 (12:45 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Jul 2024 20:10:35 +0000 (16:10 -0400)
commit9ff3ba3e769361ebc22e59c76b18bc67427b541f
tree46897df2e99f2d308f6b569c0df3543402ab47ce
parentd19deabe5a4566851f6ecade5ebd2e63c3248cf2
drm/amd/display: replace CRTC disable function call

[Why]

In OTG disable workarund, CRTC is disabled immediately
to improve performance, but this may cause timing issue
in DP HPO encoder FIFO and result in blank CRCs.

[How]

Replace the immediate CRTC disable call with normal disable call

Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>
Signed-off-by: Xi (Alex) Liu <xi.liu@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