drm/amd/display: removed unused function dc_link_reallocate_mst_payload.
authorRobin Singh <robin.singh@amd.com>
Mon, 5 Apr 2021 15:27:24 +0000 (11:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Apr 2021 01:38:21 +0000 (21:38 -0400)
commit8a20c973296911b2eebf39cd466fd1527735b326
treef8c35ec72e4b66776de08ea42286b4c7cc2ae7b1
parent19a274f60104bf51ad80a2999ded527f8266fe42
drm/amd/display: removed unused function dc_link_reallocate_mst_payload.

[Why]
Found that dc_link_reallocate_mst_payload is not used anymore
in any of the use case scenario.

[How]
removed dc_link_reallocate_mst_payload function definition
and declaration.

Signed-off-by: Robin Singh <robin.singh@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Acked-by: Aurabindo Pillai <aurabindo.pillai@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/dc_link.h