drm/amd/display: Move link functions from dc to dc_link
authorChris Park <Chris.Park@amd.com>
Fri, 10 May 2019 17:34:30 +0000 (13:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 31 May 2019 15:39:31 +0000 (10:39 -0500)
commitfe798de53a7a5e2ef9cf7bf5b075f32903d4eec1
treefb39fdc8dfa0fecc9be7ae4ae0f35b5ebcd57311
parent8e0546d6c4b10217f0504473448810648d2b18e2
drm/amd/display: Move link functions from dc to dc_link

[Why]
link-specific functions should reside in dc_link.c

[How]
Move them there.

Signed-off-by: Chris Park <Chris.Park@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c
drivers/gpu/drm/amd/display/dc/core/dc_link.c