]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: rename perform_link_training_int function
authorWenjing Liu <wenjing.liu@amd.com>
Mon, 3 May 2021 21:32:05 +0000 (17:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 May 2021 02:39:10 +0000 (22:39 -0400)
commitfad785521d511ad280b1d15a27a370516058b5ea
treefeba842fd95a41db9c665f3e88d12774c3e541ee
parent61e7d51376cc99392bab4908390829cdffe7e632
drm/amd/display: rename perform_link_training_int function

[why]
The function's name doesn't represent what it actaully does.
The function implements necessary steps for our hardware to
transition from link training mode back to video idle mode.
Therefore, rename the function as dp_transition_to_video_idle
so everyone can understand it.

Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Reviewed-by: George Shen <George.Shen@amd.com>
Acked-by: Stylon Wang <stylon.wang@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/core/dc_link_dp.c