drm/amd/display: move dp cts functions from dc_link_dp to link_dp_cts
authorWenjing Liu <wenjing.liu@amd.com>
Mon, 9 Jan 2023 20:25:43 +0000 (15:25 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jan 2023 18:26:25 +0000 (13:26 -0500)
commitde3fb390175b573710f80d5812907d5afaa1d819
tree8e8af58d0f56c5c0c4fed9bdac51255b83102937
parentc5a31f178e3523802f497094d53aaccf77192813
drm/amd/display: move dp cts functions from dc_link_dp to link_dp_cts

Create new files link_dp_cts.c and link_dp_cts.h, and move DP cts
functions into them.

Reviewed-by: George Shen <George.Shen@amd.com>
Acked-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Wenjing Liu <wenjing.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/core/dc_link.c
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c
drivers/gpu/drm/amd/display/dc/inc/dc_link_dp.h
drivers/gpu/drm/amd/display/dc/link/Makefile
drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.c [new file with mode: 0644]
drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_cts.h [new file with mode: 0644]