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)
commit37f270c6d80505258918ab859e0d3c78be0b3ca5
treefeba842fd95a41db9c665f3e88d12774c3e541ee
parent4c247f8c57f3bde6cde98f180a2b8b559da47bee
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